#572944

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

Shades of Pompadour #572944

Tints of Pompadour #572944

Color information

#572944 (or 0x572944) is unknown color: approx Pompadour. HEX triplet: 57, 29 and 44. RGB value is (87,41,68). Sum of RGB (Red+Green+Blue) = 87+41+68=196 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.39% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 68 (26.95% from 255 or 34.69% from 196); Max value from RGB is 87 - color contains mainly: red. Hex color #572944 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572944 is #A8D6BB. Grayscale: #393939. Windows color (decimal): -11065020 or 4467031. OLE color: 4467031.

HSL color Cylindrical-coordinate representation of color #572944: hue angle of 324.78º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #572944 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.66.

Color convert

RGB874168-
CMYK00.530.220.66
HSL324.78º35.94%25.1%-
HSV(B)324.78º52.87%34.12%-
XYZ5.774.035.94-
YUV57.83133.74148.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.39%
GREEN value IS 41 (16.41% from 255) = 20.92%
BLUE value IS 68 (26.95% from 255) = 34.69%
R=44.39%
G=20.92%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87416800.530.220.66324.7835.9425.1
Hex57294403516421452419
Octal12751104065261025054431
Binary10101111010011000100011010110110100001010100010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572944; }

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

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

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

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

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

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

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

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