#572344

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

Shades of Pompadour #572344

Tints of Pompadour #572344

Color information

#572344 (or 0x572344) is unknown color: approx Pompadour. HEX triplet: 57, 23 and 44. RGB value is (87,35,68). Sum of RGB (Red+Green+Blue) = 87+35+68=190 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.79% from 190); Green value is 35 (14.06% from 255 or 18.42% from 190); Blue value is 68 (26.95% from 255 or 35.79% from 190); Max value from RGB is 87 - color contains mainly: red. Hex color #572344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572344 is #A8DCBB. Grayscale: #363636. Windows color (decimal): -11066556 or 4465495. OLE color: 4465495.

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

Color convert

RGB873568-
CMYK00.600.220.66
HSL321.92º42.62%23.92%-
HSV(B)321.92º59.77%34.12%-
XYZ5.573.655.88-
YUV54.31135.73151.32-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.79%
GREEN value IS 35 (14.06% from 255) = 18.42%
BLUE value IS 68 (26.95% from 255) = 35.79%
R=45.79%
G=18.42%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87356800.600.220.66321.9242.6223.92
Hex57234403C16421422b18
Octal12743104074261025025330
Binary10101111000111000100011110010110100001010100001010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572344; }

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

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

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

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

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

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

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

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