Shades of Pompadour #85113D
Tints of Pompadour #85113D
RGB
CMYK
RGB Variations
Color information
#85113D (or 0x85113D) is known color: Pompadour. HEX triplet: 85, 11 and 3D. RGB value is (133,17,61). Sum of RGB (Red+Green+Blue) = 133+17+61=211 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.03% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 61 (24.22% from 255 or 28.91% from 211); Max value from RGB is 133 - color contains mainly: red. Hex color #85113D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85113D is #7AEEC2. Grayscale: #383838. Windows color (decimal): -8056515 or 4002181. OLE color: 4002181.
HSL color Cylindrical-coordinate representation of color #85113D: hue angle of 337.24º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #85113D is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 17 | 61 | - |
| CMYK | 0 | 0.87 | 0.54 | 0.48 |
| HSL | 337.24º | 0.77% | 0.29% | - |
| HSV(B) | 337.24º | 0.87% | 0.52% | - |
| XYZ | 10.72 | 5.72 | 4.96 | - |
| YUV | 56.7 | 130.43 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 17 | 61 | 0 | 0.87 | 0.54 | 0.48 | 337.24 | 0.77 | 0.29 |
| Hex | 85 | 11 | 3D | 0 | 57 | 36 | 30 | 151 | 4D | 1D |
| Octal | 205 | 21 | 75 | 0 | 127 | 66 | 60 | 521 | 115 | 35 |
| Binary | 10000101 | 10001 | 111101 | 0 | 1010111 | 110110 | 110000 | 101010001 | 1001101 | 11101 |
Color Harmonies of #85113D
Complementary color
Monochromatic Colors of #85113D
Black with #85113D
Text Example
Text Example
White with #85113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85113D; }
p { color: rgb(133,17,61); }
H1.HeaderClassName
{
color: #85113D;
}
.AnyTagClassName
{
color: #85113D;
}
</style>
background-color css
<style>
a { background-color: #85113D; }
a { background-color: rgb(133,17,61); }
div.DivClassName
{
background-color: #85113D;
}
.BgClassName
{
background-color: #85113D;
}
</style>
border-color css
<style>
span { border-color: #85113D; }
span { border-color: rgb(133,17,61); }
td.TdClassName
{
border-color: #85113D;
}
.TagClassName
{
border-color: #85113D;
}
</style>