Shades of Pompadour #5F143D
Tints of Pompadour #5F143D
RGB
CMYK
RGB Variations
Color information
#5F143D (or 0x5F143D) is known color: Pompadour. HEX triplet: 5F, 14 and 3D. RGB value is (95,20,61). Sum of RGB (Red+Green+Blue) = 95+20+61=176 (23% of max value = 765). Red value is 95 (37.5% from 255 or 53.98% from 176); Green value is 20 (8.20% from 255 or 11.36% from 176); Blue value is 61 (24.22% from 255 or 34.66% from 176); Max value from RGB is 95 - color contains mainly: red. Hex color #5F143D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F143D is #A0EBC2. Grayscale: #2F2F2F. Windows color (decimal): -10546115 or 4002911. OLE color: 4002911.
HSL color Cylindrical-coordinate representation of color #5F143D: hue angle of 327.2º 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 #5F143D is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 20 | 61 | - |
| CMYK | 0 | 0.79 | 0.36 | 0.63 |
| HSL | 327.2º | 0.65% | 0.23% | - |
| HSV(B) | 327.2º | 0.79% | 0.37% | - |
| XYZ | 5.81 | 3.27 | 4.74 | - |
| YUV | 47.1 | 135.85 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 20 | 61 | 0 | 0.79 | 0.36 | 0.63 | 327.2 | 0.65 | 0.23 |
| Hex | 5F | 14 | 3D | 0 | 4F | 24 | 3F | 147 | 41 | 17 |
| Octal | 137 | 24 | 75 | 0 | 117 | 44 | 77 | 507 | 101 | 27 |
| Binary | 1011111 | 10100 | 111101 | 0 | 1001111 | 100100 | 111111 | 101000111 | 1000001 | 10111 |
Color Harmonies of #5F143D
Complementary color
Monochromatic Colors of #5F143D
Black with #5F143D
Text Example
Text Example
White with #5F143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F143D; }
p { color: rgb(95,20,61); }
H1.HeaderClassName
{
color: #5F143D;
}
.AnyTagClassName
{
color: #5F143D;
}
</style>
background-color css
<style>
a { background-color: #5F143D; }
a { background-color: rgb(95,20,61); }
div.DivClassName
{
background-color: #5F143D;
}
.BgClassName
{
background-color: #5F143D;
}
</style>
border-color css
<style>
span { border-color: #5F143D; }
span { border-color: rgb(95,20,61); }
td.TdClassName
{
border-color: #5F143D;
}
.TagClassName
{
border-color: #5F143D;
}
</style>