Shades of Pompadour #5F193A
Tints of Pompadour #5F193A
RGB
CMYK
RGB Variations
Color information
#5F193A (or 0x5F193A) is known color: Pompadour. HEX triplet: 5F, 19 and 3A. RGB value is (95,25,58). Sum of RGB (Red+Green+Blue) = 95+25+58=178 (23% of max value = 765). Red value is 95 (37.5% from 255 or 53.37% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 58 (23.05% from 255 or 32.58% from 178); Max value from RGB is 95 - color contains mainly: red. Hex color #5F193A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F193A is #A0E6C5. Grayscale: #313131. Windows color (decimal): -10544838 or 3807583. OLE color: 3807583.
HSL color Cylindrical-coordinate representation of color #5F193A: hue angle of 331.71º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5F193A is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 25 | 58 | - |
| CMYK | 0 | 0.74 | 0.39 | 0.63 |
| HSL | 331.71º | 0.58% | 0.24% | - |
| HSV(B) | 331.71º | 0.74% | 0.37% | - |
| XYZ | 5.83 | 3.43 | 4.36 | - |
| YUV | 49.69 | 132.69 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 25 | 58 | 0 | 0.74 | 0.39 | 0.63 | 331.71 | 0.58 | 0.24 |
| Hex | 5F | 19 | 3A | 0 | 4A | 27 | 3F | 14C | 3A | 18 |
| Octal | 137 | 31 | 72 | 0 | 112 | 47 | 77 | 514 | 72 | 30 |
| Binary | 1011111 | 11001 | 111010 | 0 | 1001010 | 100111 | 111111 | 101001100 | 111010 | 11000 |
Color Harmonies of #5F193A
Complementary color
Monochromatic Colors of #5F193A
Black with #5F193A
Text Example
Text Example
White with #5F193A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F193A; }
p { color: rgb(95,25,58); }
H1.HeaderClassName
{
color: #5F193A;
}
.AnyTagClassName
{
color: #5F193A;
}
</style>
background-color css
<style>
a { background-color: #5F193A; }
a { background-color: rgb(95,25,58); }
div.DivClassName
{
background-color: #5F193A;
}
.BgClassName
{
background-color: #5F193A;
}
</style>
border-color css
<style>
span { border-color: #5F193A; }
span { border-color: rgb(95,25,58); }
td.TdClassName
{
border-color: #5F193A;
}
.TagClassName
{
border-color: #5F193A;
}
</style>