Shades of Pompadour #85123F
Tints of Pompadour #85123F
RGB
CMYK
RGB Variations
Color information
#85123F (or 0x85123F) is known color: Pompadour. HEX triplet: 85, 12 and 3F. RGB value is (133,18,63). Sum of RGB (Red+Green+Blue) = 133+18+63=214 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.15% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 133 - color contains mainly: red. Hex color #85123F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85123F is #7AEDC0. Grayscale: #393939. Windows color (decimal): -8056257 or 4133509. OLE color: 4133509.
HSL color Cylindrical-coordinate representation of color #85123F: hue angle of 336.52º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85123F is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 18 | 63 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.48 |
| HSL | 336.52º | 0.76% | 0.3% | - |
| HSV(B) | 336.52º | 0.86% | 0.52% | - |
| XYZ | 10.79 | 5.78 | 5.25 | - |
| YUV | 57.52 | 131.1 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 18 | 63 | 0 | 0.86 | 0.53 | 0.48 | 336.52 | 0.76 | 0.3 |
| Hex | 85 | 12 | 3F | 0 | 56 | 35 | 30 | 151 | 4C | 1E |
| Octal | 205 | 22 | 77 | 0 | 126 | 65 | 60 | 521 | 114 | 36 |
| Binary | 10000101 | 10010 | 111111 | 0 | 1010110 | 110101 | 110000 | 101010001 | 1001100 | 11110 |
Color Harmonies of #85123F
Complementary color
Monochromatic Colors of #85123F
Black with #85123F
Text Example
Text Example
White with #85123F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85123F; }
p { color: rgb(133,18,63); }
H1.HeaderClassName
{
color: #85123F;
}
.AnyTagClassName
{
color: #85123F;
}
</style>
background-color css
<style>
a { background-color: #85123F; }
a { background-color: rgb(133,18,63); }
div.DivClassName
{
background-color: #85123F;
}
.BgClassName
{
background-color: #85123F;
}
</style>
border-color css
<style>
span { border-color: #85123F; }
span { border-color: rgb(133,18,63); }
td.TdClassName
{
border-color: #85123F;
}
.TagClassName
{
border-color: #85123F;
}
</style>