#5F2C49

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

Shades of Pompadour #5F2C49

Tints of Pompadour #5F2C49

Color information

#5F2C49 (or 0x5F2C49) is unknown color: approx Pompadour. HEX triplet: 5F, 2C and 49. RGB value is (95,44,73). Sum of RGB (Red+Green+Blue) = 95+44+73=212 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.81% from 212); Green value is 44 (17.58% from 255 or 20.75% from 212); Blue value is 73 (28.91% from 255 or 34.43% from 212); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F2C49 is #A0D3B6. Grayscale: #3E3E3E. Windows color (decimal): -10539959 or 4795487. OLE color: 4795487.

HSL color Cylindrical-coordinate representation of color #5F2C49: hue angle of 325.88º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F2C49 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.63.

Color convert

RGB954473-
CMYK00.540.230.63
HSL325.88º36.69%27.25%-
HSV(B)325.88º53.68%37.25%-
XYZ6.824.726.85-
YUV62.56133.9151.14-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 44.81%
GREEN value IS 44 (17.58% from 255) = 20.75%
BLUE value IS 73 (28.91% from 255) = 34.43%
R=44.81%
G=20.75%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95447300.540.230.63325.8836.6927.25
Hex5F2C49036173F146251b
Octal1375411106627775064533
Binary1011111101100100100101101101011111111110100011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F2C49; }

 p { color: rgb(95,44,73); }

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

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

 a { background-color: rgb(95,44,73); }

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

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

 span { border-color: rgb(95,44,73); }

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