Shades of Pompadour #5F1A36
Tints of Pompadour #5F1A36
RGB
CMYK
RGB Variations
Color information
#5F1A36 (or 0x5F1A36) is known color: Pompadour. HEX triplet: 5F, 1A and 36. RGB value is (95,26,54). Sum of RGB (Red+Green+Blue) = 95+26+54=175 (23% of max value = 765). Red value is 95 (37.5% from 255 or 54.29% from 175); Green value is 26 (10.55% from 255 or 14.86% from 175); Blue value is 54 (21.48% from 255 or 30.86% from 175); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F1A36 is #A0E5C9. Grayscale: #313131. Windows color (decimal): -10544586 or 3545695. OLE color: 3545695.
HSL color Cylindrical-coordinate representation of color #5F1A36: hue angle of 335.65º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5F1A36 is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 26 | 54 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.63 |
| HSL | 335.65º | 0.57% | 0.24% | - |
| HSV(B) | 335.65º | 0.73% | 0.37% | - |
| XYZ | 5.75 | 3.44 | 3.85 | - |
| YUV | 49.82 | 130.36 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 26 | 54 | 0 | 0.73 | 0.43 | 0.63 | 335.65 | 0.57 | 0.24 |
| Hex | 5F | 1A | 36 | 0 | 49 | 2B | 3F | 150 | 39 | 18 |
| Octal | 137 | 32 | 66 | 0 | 111 | 53 | 77 | 520 | 71 | 30 |
| Binary | 1011111 | 11010 | 110110 | 0 | 1001001 | 101011 | 111111 | 101010000 | 111001 | 11000 |
Color Harmonies of #5F1A36
Complementary color
Monochromatic Colors of #5F1A36
Black with #5F1A36
Text Example
Text Example
White with #5F1A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1A36; }
p { color: rgb(95,26,54); }
H1.HeaderClassName
{
color: #5F1A36;
}
.AnyTagClassName
{
color: #5F1A36;
}
</style>
background-color css
<style>
a { background-color: #5F1A36; }
a { background-color: rgb(95,26,54); }
div.DivClassName
{
background-color: #5F1A36;
}
.BgClassName
{
background-color: #5F1A36;
}
</style>
border-color css
<style>
span { border-color: #5F1A36; }
span { border-color: rgb(95,26,54); }
td.TdClassName
{
border-color: #5F1A36;
}
.TagClassName
{
border-color: #5F1A36;
}
</style>