Html Css Color HEX #572242 Pompadour

📋 copy color: '#572242'

red 87 ◦ green 34 ◦ blue 66

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

Shades of Pompadour #572242

Tints of Pompadour #572242

RGB

 RED value IS 87 (34.38% from 255) = 46.52%

 GREEN value IS 34 (13.67% from 255) = 18.18%

 BLUE value IS 66 (26.17% from 255) = 35.29%

R = 46.52%
G = 18.18%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#572242 (or 0x572242) is known color: Pompadour. HEX triplet: 57, 22 and 42. RGB value is (87,34,66). Sum of RGB (Red+Green+Blue) = 87+34+66=187 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.52% from 187); Green value is 34 (13.67% from 255 or 18.18% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 87 - color contains mainly: red. Hex color #572242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572242 is #A8DDBD. Grayscale: #353535. Windows color (decimal): -11066814 or 4334167. OLE color: 4334167.

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

Color convert

RGB 87 34 66 -
CMYK 0 0.61 0.24 0.66
HSL 323.77º 0.44% 0.24% -
HSV(B) 323.77º 0.61% 0.34% -
XYZ 5.49 3.56 5.55 -
YUV 53.5 135.06 151.9 -
System Red Green Blue C M Y K H S L
Decimal 87 34 66 0 0.61 0.24 0.66 323.77 0.44 0.24
Hex 57 22 42 0 3D 18 42 144 2C 18
Octal 127 42 102 0 75 30 102 504 54 30
Binary 1010111 100010 1000010 0 111101 11000 1000010 101000100 101100 11000

Color Harmonies of #572242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572242

Black with #572242

Text Example


Text Example

White with #572242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572242; }

 p { color: rgb(87,34,66); }

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

background-color css

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

 a { background-color: rgb(87,34,66); }

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

border-color css

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

 span { border-color: rgb(87,34,66); }

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