Shades of Pompadour #5F143C
Tints of Pompadour #5F143C
RGB
CMYK
RGB Variations
Color information
#5F143C (or 0x5F143C) is known color: Pompadour. HEX triplet: 5F, 14 and 3C. RGB value is (95,20,60). Sum of RGB (Red+Green+Blue) = 95+20+60=175 (23% of max value = 765). Red value is 95 (37.5% from 255 or 54.29% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 95 - color contains mainly: red. Hex color #5F143C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F143C is #A0EBC3. Grayscale: #2E2E2E. Windows color (decimal): -10546116 or 3937375. OLE color: 3937375.
HSL color Cylindrical-coordinate representation of color #5F143C: hue angle of 328º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5F143C is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 20 | 60 | - |
| CMYK | 0 | 0.79 | 0.37 | 0.63 |
| HSL | 328º | 0.65% | 0.23% | - |
| HSV(B) | 328º | 0.79% | 0.37% | - |
| XYZ | 5.79 | 3.26 | 4.6 | - |
| YUV | 46.99 | 135.35 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 20 | 60 | 0 | 0.79 | 0.37 | 0.63 | 328 | 0.65 | 0.23 |
| Hex | 5F | 14 | 3C | 0 | 4F | 25 | 3F | 148 | 41 | 17 |
| Octal | 137 | 24 | 74 | 0 | 117 | 45 | 77 | 510 | 101 | 27 |
| Binary | 1011111 | 10100 | 111100 | 0 | 1001111 | 100101 | 111111 | 101001000 | 1000001 | 10111 |
Color Harmonies of #5F143C
Complementary color
Monochromatic Colors of #5F143C
Black with #5F143C
Text Example
Text Example
White with #5F143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F143C; }
p { color: rgb(95,20,60); }
H1.HeaderClassName
{
color: #5F143C;
}
.AnyTagClassName
{
color: #5F143C;
}
</style>
background-color css
<style>
a { background-color: #5F143C; }
a { background-color: rgb(95,20,60); }
div.DivClassName
{
background-color: #5F143C;
}
.BgClassName
{
background-color: #5F143C;
}
</style>
border-color css
<style>
span { border-color: #5F143C; }
span { border-color: rgb(95,20,60); }
td.TdClassName
{
border-color: #5F143C;
}
.TagClassName
{
border-color: #5F143C;
}
</style>