#572441

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

Shades of Pompadour #572441

Tints of Pompadour #572441

Color information

#572441 (or 0x572441) is unknown color: approx Pompadour. HEX triplet: 57, 24 and 41. RGB value is (87,36,65). Sum of RGB (Red+Green+Blue) = 87+36+65=188 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.28% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 65 (25.78% from 255 or 34.57% from 188); Max value from RGB is 87 - color contains mainly: red. Hex color #572441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572441 is #A8DBBE. Grayscale: #363636. Windows color (decimal): -11066303 or 4269143. OLE color: 4269143.

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

Color convert

RGB873665-
CMYK00.590.250.66
HSL325.88º41.46%24.12%-
HSV(B)325.88º58.62%34.12%-
XYZ5.523.675.42-
YUV54.55133.9151.14-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.28%
GREEN value IS 36 (14.45% from 255) = 19.15%
BLUE value IS 65 (25.78% from 255) = 34.57%
R=46.28%
G=19.15%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.25
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87366500.590.250.66325.8841.4624.12
Hex57244103B19421462918
Octal12744101073311025065130
Binary10101111001001000001011101111001100001010100011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572441; }

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

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

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

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

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

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

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

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