Shades of Pompadour #5F223B
Tints of Pompadour #5F223B
RGB
CMYK
RGB Variations
Color information
#5F223B (or 0x5F223B) is known color: Pompadour. HEX triplet: 5F, 22 and 3B. RGB value is (95,34,59). Sum of RGB (Red+Green+Blue) = 95+34+59=188 (24% of max value = 765). Red value is 95 (37.5% from 255 or 50.53% from 188); Green value is 34 (13.67% from 255 or 18.09% from 188); Blue value is 59 (23.44% from 255 or 31.38% from 188); Max value from RGB is 95 - color contains mainly: red. Hex color #5F223B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F223B is #A0DDC4. Grayscale: #373737. Windows color (decimal): -10542533 or 3875423. OLE color: 3875423.
HSL color Cylindrical-coordinate representation of color #5F223B: hue angle of 335.41º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5F223B is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 34 | 59 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.63 |
| HSL | 335.41º | 0.47% | 0.25% | - |
| HSV(B) | 335.41º | 0.64% | 0.37% | - |
| XYZ | 6.08 | 3.89 | 4.57 | - |
| YUV | 55.09 | 130.21 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 34 | 59 | 0 | 0.64 | 0.38 | 0.63 | 335.41 | 0.47 | 0.25 |
| Hex | 5F | 22 | 3B | 0 | 40 | 26 | 3F | 14F | 2F | 19 |
| Octal | 137 | 42 | 73 | 0 | 100 | 46 | 77 | 517 | 57 | 31 |
| Binary | 1011111 | 100010 | 111011 | 0 | 1000000 | 100110 | 111111 | 101001111 | 101111 | 11001 |
Color Harmonies of #5F223B
Complementary color
Monochromatic Colors of #5F223B
Black with #5F223B
Text Example
Text Example
White with #5F223B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F223B; }
p { color: rgb(95,34,59); }
H1.HeaderClassName
{
color: #5F223B;
}
.AnyTagClassName
{
color: #5F223B;
}
</style>
background-color css
<style>
a { background-color: #5F223B; }
a { background-color: rgb(95,34,59); }
div.DivClassName
{
background-color: #5F223B;
}
.BgClassName
{
background-color: #5F223B;
}
</style>
border-color css
<style>
span { border-color: #5F223B; }
span { border-color: rgb(95,34,59); }
td.TdClassName
{
border-color: #5F223B;
}
.TagClassName
{
border-color: #5F223B;
}
</style>