#5F1E39

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

Shades of Pompadour #5F1E39

Tints of Pompadour #5F1E39

Color information

#5F1E39 (or 0x5F1E39) is unknown color: approx Pompadour. HEX triplet: 5F, 1E and 39. RGB value is (95,30,57). Sum of RGB (Red+Green+Blue) = 95+30+57=182 (24% of max value = 765). Red value is 95 (37.5% from 255 or 52.20% from 182); Green value is 30 (12.11% from 255 or 16.48% from 182); Blue value is 57 (22.66% from 255 or 31.32% from 182); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1E39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F1E39 is #A0E1C6. Grayscale: #343434. Windows color (decimal): -10543559 or 3743327. OLE color: 3743327.

HSL color Cylindrical-coordinate representation of color #5F1E39: hue angle of 335.08º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5F1E39 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.63.

Color convert

RGB953057-
CMYK00.680.400.63
HSL335.08º52%24.51%-
HSV(B)335.08º68.42%37.25%-
XYZ5.923.664.26-
YUV52.51130.53158.3-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 52.20%
GREEN value IS 30 (12.11% from 255) = 16.48%
BLUE value IS 57 (22.66% from 255) = 31.32%
R=52.20%
G=16.48%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95305700.680.400.63335.085224.51
Hex5F1E39044283F14f3419
Octal1373671010450775176431
Binary1011111111101110010100010010100011111110100111111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,30,57); }

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

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

 a { background-color: rgb(95,30,57); }

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

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

 span { border-color: rgb(95,30,57); }

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