#5F2C4B

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

Shades of Pompadour #5F2C4B

Tints of Pompadour #5F2C4B

Color information

#5F2C4B (or 0x5F2C4B) is unknown color: approx Pompadour. HEX triplet: 5F, 2C and 4B. RGB value is (95,44,75). Sum of RGB (Red+Green+Blue) = 95+44+75=214 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.39% from 214); Green value is 44 (17.58% from 255 or 20.56% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F2C4B is #A0D3B4. Grayscale: #3E3E3E. Windows color (decimal): -10539957 or 4926559. OLE color: 4926559.

HSL color Cylindrical-coordinate representation of color #5F2C4B: hue angle of 323.53º 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 #5F2C4B is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.63.

Color convert

RGB954475-
CMYK00.540.210.63
HSL323.53º36.69%27.25%-
HSV(B)323.53º53.68%37.25%-
XYZ6.894.747.21-
YUV62.78134.9150.98-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 44.39%
GREEN value IS 44 (17.58% from 255) = 20.56%
BLUE value IS 75 (29.69% from 255) = 35.05%
R=44.39%
G=20.56%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95447500.540.210.63323.5336.6927.25
Hex5F2C4B036153F144251b
Octal1375411306625775044533
Binary1011111101100100101101101101010111111110100010010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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