Shades of Pompadour #85103D
Tints of Pompadour #85103D
RGB
CMYK
RGB Variations
Color information
#85103D (or 0x85103D) is known color: Pompadour. HEX triplet: 85, 10 and 3D. RGB value is (133,16,61). Sum of RGB (Red+Green+Blue) = 133+16+61=210 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.33% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 61 (24.22% from 255 or 29.05% from 210); Max value from RGB is 133 - color contains mainly: red. Hex color #85103D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85103D is #7AEFC2. Grayscale: #383838. Windows color (decimal): -8056771 or 4001925. OLE color: 4001925.
HSL color Cylindrical-coordinate representation of color #85103D: hue angle of 336.92º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #85103D is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 16 | 61 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.48 |
| HSL | 336.92º | 0.79% | 0.29% | - |
| HSV(B) | 336.92º | 0.88% | 0.52% | - |
| XYZ | 10.7 | 5.69 | 4.95 | - |
| YUV | 56.11 | 130.76 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 16 | 61 | 0 | 0.88 | 0.54 | 0.48 | 336.92 | 0.79 | 0.29 |
| Hex | 85 | 10 | 3D | 0 | 58 | 36 | 30 | 151 | 4F | 1D |
| Octal | 205 | 20 | 75 | 0 | 130 | 66 | 60 | 521 | 117 | 35 |
| Binary | 10000101 | 10000 | 111101 | 0 | 1011000 | 110110 | 110000 | 101010001 | 1001111 | 11101 |
Color Harmonies of #85103D
Complementary color
Monochromatic Colors of #85103D
Black with #85103D
Text Example
Text Example
White with #85103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85103D; }
p { color: rgb(133,16,61); }
H1.HeaderClassName
{
color: #85103D;
}
.AnyTagClassName
{
color: #85103D;
}
</style>
background-color css
<style>
a { background-color: #85103D; }
a { background-color: rgb(133,16,61); }
div.DivClassName
{
background-color: #85103D;
}
.BgClassName
{
background-color: #85103D;
}
</style>
border-color css
<style>
span { border-color: #85103D; }
span { border-color: rgb(133,16,61); }
td.TdClassName
{
border-color: #85103D;
}
.TagClassName
{
border-color: #85103D;
}
</style>