Html Css Color HEX #572842 Pompadour

📋 copy color: '#572842'

red 87 ◦ green 40 ◦ blue 66

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

Shades of Pompadour #572842

Tints of Pompadour #572842

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.73%

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

R = 45.08%
G = 20.73%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#572842 (or 0x572842) is known color: Pompadour. HEX triplet: 57, 28 and 42. RGB value is (87,40,66). Sum of RGB (Red+Green+Blue) = 87+40+66=193 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.08% from 193); Green value is 40 (16.02% from 255 or 20.73% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 87 - color contains mainly: red. Hex color #572842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572842 is #A8D7BD. Grayscale: #383838. Windows color (decimal): -11065278 or 4335703. OLE color: 4335703.

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

Color convert

RGB 87 40 66 -
CMYK 0 0.54 0.24 0.66
HSL 326.81º 0.37% 0.25% -
HSV(B) 326.81º 0.54% 0.34% -
XYZ 5.67 3.94 5.62 -
YUV 57.02 133.07 149.39 -
System Red Green Blue C M Y K H S L
Decimal 87 40 66 0 0.54 0.24 0.66 326.81 0.37 0.25
Hex 57 28 42 0 36 18 42 147 25 19
Octal 127 50 102 0 66 30 102 507 45 31
Binary 1010111 101000 1000010 0 110110 11000 1000010 101000111 100101 11001

Color Harmonies of #572842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572842

Black with #572842

Text Example


Text Example

White with #572842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572842; }

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

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

background-color css

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

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

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

border-color css

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

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

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