#572442

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

Shades of Pompadour #572442

Tints of Pompadour #572442

Color information

#572442 (or 0x572442) is unknown color: approx Pompadour. HEX triplet: 57, 24 and 42. RGB value is (87,36,66). Sum of RGB (Red+Green+Blue) = 87+36+66=189 (25% of max value = 765). Red value is 87 (34.38% from 255 or 46.03% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 87 - color contains mainly: red. Hex color #572442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572442 is #A8DBBD. Grayscale: #363636. Windows color (decimal): -11066302 or 4334679. OLE color: 4334679.

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

Color convert

RGB873666-
CMYK00.590.240.66
HSL324.71º41.46%24.12%-
HSV(B)324.71º58.62%34.12%-
XYZ5.543.685.57-
YUV54.67134.4151.06-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.03%
GREEN value IS 36 (14.45% from 255) = 19.05%
BLUE value IS 66 (26.17% from 255) = 34.92%
R=46.03%
G=19.05%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87366600.590.240.66324.7141.4624.12
Hex57244203B18421452918
Octal12744102073301025055130
Binary10101111001001000010011101111000100001010100010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572442; }

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

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

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

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

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

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

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

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