Html Css Color HEX #572742 Pompadour

📋 copy color: '#572742'

red 87 ◦ green 39 ◦ blue 66

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

Shades of Pompadour #572742

Tints of Pompadour #572742

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.31%

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

R = 45.31%
G = 20.31%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#572742 (or 0x572742) is known color: Pompadour. HEX triplet: 57, 27 and 42. RGB value is (87,39,66). Sum of RGB (Red+Green+Blue) = 87+39+66=192 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.31% from 192); Green value is 39 (15.62% from 255 or 20.31% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 87 - color contains mainly: red. Hex color #572742 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572742 is #A8D8BD. Grayscale: #383838. Windows color (decimal): -11065534 or 4335447. OLE color: 4335447.

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

Color convert

RGB 87 39 66 -
CMYK 0 0.55 0.24 0.66
HSL 326.25º 0.38% 0.25% -
HSV(B) 326.25º 0.55% 0.34% -
XYZ 5.64 3.87 5.6 -
YUV 56.43 133.4 149.8 -
System Red Green Blue C M Y K H S L
Decimal 87 39 66 0 0.55 0.24 0.66 326.25 0.38 0.25
Hex 57 27 42 0 37 18 42 146 26 19
Octal 127 47 102 0 67 30 102 506 46 31
Binary 1010111 100111 1000010 0 110111 11000 1000010 101000110 100110 11001

Color Harmonies of #572742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572742

Black with #572742

Text Example


Text Example

White with #572742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572742; }

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

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

background-color css

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

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

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

border-color css

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

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

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