#572044

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

Shades of Pompadour #572044

Tints of Pompadour #572044

Color information

#572044 (or 0x572044) is unknown color: approx Pompadour. HEX triplet: 57, 20 and 44. RGB value is (87,32,68). Sum of RGB (Red+Green+Blue) = 87+32+68=187 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.52% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 87 - color contains mainly: red. Hex color #572044 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572044 is #A8DFBB. Grayscale: #343434. Windows color (decimal): -11067324 or 4464727. OLE color: 4464727.

HSL color Cylindrical-coordinate representation of color #572044: hue angle of 320.73º 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 #572044 is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.66.

Color convert

RGB873268-
CMYK00.630.220.66
HSL320.73º46.22%23.33%-
HSV(B)320.73º63.22%34.12%-
XYZ5.493.485.85-
YUV52.55136.72152.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.52%
GREEN value IS 32 (12.89% from 255) = 17.11%
BLUE value IS 68 (26.95% from 255) = 36.36%
R=46.52%
G=17.11%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87326800.630.220.66320.7346.2223.33
Hex57204403F16421412e17
Octal12740104077261025015627
Binary10101111000001000100011111110110100001010100000110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572044; }

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

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

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

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

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

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

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

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