#572242

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

Shades of Pompadour #572242

Tints of Pompadour #572242

Color information

#572242 (or 0x572242) is unknown color: approx 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

RGB873466-
CMYK00.610.240.66
HSL323.77º43.8%23.73%-
HSV(B)323.77º60.92%34.12%-
XYZ5.493.565.55-
YUV53.5135.06151.9-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87346600.610.240.66323.7743.823.73
Hex57224203D18421442c18
Octal12742102075301025045430
Binary10101111000101000010011110111000100001010100010010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>