#572042

Color #572042 Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #572042

Tints of Pompadour #572042

Color information

#572042 (or 0x572042) is unknown color: approx Pompadour. HEX triplet: 57, 20 and 42. RGB value is (87,32,66). Sum of RGB (Red+Green+Blue) = 87+32+66=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 87 - color contains mainly: red. Hex color #572042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572042 is #A8DFBD. Grayscale: #343434. Windows color (decimal): -11067326 or 4333655. OLE color: 4333655.

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

Color convert

RGB873266-
CMYK00.630.240.66
HSL322.91º46.22%23.33%-
HSV(B)322.91º63.22%34.12%-
XYZ5.433.455.53-
YUV52.32135.72152.74-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.03%
GREEN value IS 32 (12.89% from 255) = 17.30%
BLUE value IS 66 (26.17% from 255) = 35.68%
R=47.03%
G=17.30%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87326600.630.240.66322.9146.2223.33
Hex57204203F18421432e17
Octal12740102077301025035627
Binary10101111000001000010011111111000100001010100001110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572042; }

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

 H1.HeaderClassName
 {
   color: #572042;
 }
 .AnyTagClassName
 {
   color: #572042;
 }
</style>
background-color css

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

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

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

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

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

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