#572244

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

Shades of Pompadour #572244

Tints of Pompadour #572244

Color information

#572244 (or 0x572244) is unknown color: approx Pompadour. HEX triplet: 57, 22 and 44. RGB value is (87,34,68). Sum of RGB (Red+Green+Blue) = 87+34+68=189 (25% of max value = 765). Red value is 87 (34.38% from 255 or 46.03% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 68 (26.95% from 255 or 35.98% from 189); Max value from RGB is 87 - color contains mainly: red. Hex color #572244 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572244 is #A8DDBB. Grayscale: #353535. Windows color (decimal): -11066812 or 4465239. OLE color: 4465239.

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

Color convert

RGB873468-
CMYK00.610.220.66
HSL321.51º43.8%23.73%-
HSV(B)321.51º60.92%34.12%-
XYZ5.553.595.87-
YUV53.72136.06151.74-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.03%
GREEN value IS 34 (13.67% from 255) = 17.99%
BLUE value IS 68 (26.95% from 255) = 35.98%
R=46.03%
G=17.99%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87346800.610.220.66321.5143.823.73
Hex57224403D16421422c18
Octal12742104075261025025430
Binary10101111000101000100011110110110100001010100001010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572244; }

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

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

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

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

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

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

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

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