Html Css Color HEX #562541 Pompadour

📋 copy color: '#562541'

red 86 ◦ green 37 ◦ blue 65

#562541
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #562541

Tints of Pompadour #562541

RGB

 RED value IS 86 (33.98% from 255) = 45.74%

 GREEN value IS 37 (14.84% from 255) = 19.68%

 BLUE value IS 65 (25.78% from 255) = 34.57%

R = 45.74%
G = 19.68%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.24

 K value IS 0.66

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#562541 (or 0x562541) is known color: Pompadour. HEX triplet: 56, 25 and 41. RGB value is (86,37,65). Sum of RGB (Red+Green+Blue) = 86+37+65=188 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.74% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 65 (25.78% from 255 or 34.57% from 188); Max value from RGB is 86 - color contains mainly: red. Hex color #562541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562541 is #A9DABE. Grayscale: #363636. Windows color (decimal): -11131583 or 4269398. OLE color: 4269398.

HSL color Cylindrical-coordinate representation of color #562541: hue angle of 325.71º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #562541 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 37 65 -
CMYK 0 0.57 0.24 0.66
HSL 325.71º 0.4% 0.24% -
HSV(B) 325.71º 0.57% 0.34% -
XYZ 5.45 3.68 5.42 -
YUV 54.84 133.73 150.22 -
System Red Green Blue C M Y K H S L
Decimal 86 37 65 0 0.57 0.24 0.66 325.71 0.4 0.24
Hex 56 25 41 0 39 18 42 146 28 18
Octal 126 45 101 0 71 30 102 506 50 30
Binary 1010110 100101 1000001 0 111001 11000 1000010 101000110 101000 11000

Color Harmonies of #562541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562541

Black with #562541

Text Example


Text Example

White with #562541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562541; }

 p { color: rgb(86,37,65); }

 H1.HeaderClassName
 {
   color: #562541;
 }
 .AnyTagClassName
 {
   color: #562541;
 }
</style>

background-color css

<style>
 a { background-color: #562541; }

 a { background-color: rgb(86,37,65); }

 div.DivClassName
 {
   background-color: #562541;
 }
 .BgClassName
 {
   background-color: #562541;
 }
</style>

border-color css

<style>
 span { border-color: #562541; }

 span { border-color: rgb(86,37,65); }

 td.TdClassName
 {
   border-color: #562541;
 }
 .TagClassName
 {
   border-color: #562541;
 }
</style>