Shades of Pompadour #5F213D
Tints of Pompadour #5F213D
RGB
CMYK
RGB Variations
Color information
#5F213D (or 0x5F213D) is known color: Pompadour. HEX triplet: 5F, 21 and 3D. RGB value is (95,33,61). Sum of RGB (Red+Green+Blue) = 95+33+61=189 (25% of max value = 765). Red value is 95 (37.5% from 255 or 50.26% from 189); Green value is 33 (13.28% from 255 or 17.46% from 189); Blue value is 61 (24.22% from 255 or 32.28% from 189); Max value from RGB is 95 - color contains mainly: red. Hex color #5F213D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F213D is #A0DEC2. Grayscale: #363636. Windows color (decimal): -10542787 or 4006239. OLE color: 4006239.
HSL color Cylindrical-coordinate representation of color #5F213D: hue angle of 332.9º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5F213D is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 33 | 61 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.63 |
| HSL | 332.9º | 0.48% | 0.25% | - |
| HSV(B) | 332.9º | 0.65% | 0.37% | - |
| XYZ | 6.11 | 3.86 | 4.84 | - |
| YUV | 54.73 | 131.54 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 33 | 61 | 0 | 0.65 | 0.36 | 0.63 | 332.9 | 0.48 | 0.25 |
| Hex | 5F | 21 | 3D | 0 | 41 | 24 | 3F | 14D | 30 | 19 |
| Octal | 137 | 41 | 75 | 0 | 101 | 44 | 77 | 515 | 60 | 31 |
| Binary | 1011111 | 100001 | 111101 | 0 | 1000001 | 100100 | 111111 | 101001101 | 110000 | 11001 |
Color Harmonies of #5F213D
Complementary color
Monochromatic Colors of #5F213D
Black with #5F213D
Text Example
Text Example
White with #5F213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F213D; }
p { color: rgb(95,33,61); }
H1.HeaderClassName
{
color: #5F213D;
}
.AnyTagClassName
{
color: #5F213D;
}
</style>
background-color css
<style>
a { background-color: #5F213D; }
a { background-color: rgb(95,33,61); }
div.DivClassName
{
background-color: #5F213D;
}
.BgClassName
{
background-color: #5F213D;
}
</style>
border-color css
<style>
span { border-color: #5F213D; }
span { border-color: rgb(95,33,61); }
td.TdClassName
{
border-color: #5F213D;
}
.TagClassName
{
border-color: #5F213D;
}
</style>