Shades of Roman #D16859
Tints of Roman #D16859
RGB
CMYK
RGB Variations
Color information
#D16859 (or 0xD16859) is known color: Roman. HEX triplet: D1, 68 and 59. RGB value is (209,104,89). Sum of RGB (Red+Green+Blue) = 209+104+89=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 104 (41.02% from 255 or 25.87% from 402); Blue value is 89 (35.16% from 255 or 22.14% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D16859 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16859 is #2E97A6. Grayscale: #858585. Windows color (decimal): -3053479 or 5859537. OLE color: 5859537.
HSL color Cylindrical-coordinate representation of color #D16859: hue angle of 7.5º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D16859 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 104 | 89 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.18 |
| HSL | 7.5º | 0.57% | 0.58% | - |
| HSV(B) | 7.5º | 0.57% | 0.82% | - |
| XYZ | 33.05 | 24.18 | 12.38 | - |
| YUV | 133.69 | 102.79 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 104 | 89 | 0 | 0.50 | 0.57 | 0.18 | 7.5 | 0.57 | 0.58 |
| Hex | D1 | 68 | 59 | 0 | 32 | 39 | 12 | 8 | 39 | 3A |
| Octal | 321 | 150 | 131 | 0 | 62 | 71 | 22 | 10 | 71 | 72 |
| Binary | 11010001 | 1101000 | 1011001 | 0 | 110010 | 111001 | 10010 | 1000 | 111001 | 111010 |
Color Harmonies of #D16859
Complementary color
Monochromatic Colors of #D16859
Black with #D16859
Text Example
Text Example
White with #D16859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16859; }
p { color: rgb(209,104,89); }
H1.HeaderClassName
{
color: #D16859;
}
.AnyTagClassName
{
color: #D16859;
}
</style>
background-color css
<style>
a { background-color: #D16859; }
a { background-color: rgb(209,104,89); }
div.DivClassName
{
background-color: #D16859;
}
.BgClassName
{
background-color: #D16859;
}
</style>
border-color css
<style>
span { border-color: #D16859; }
span { border-color: rgb(209,104,89); }
td.TdClassName
{
border-color: #D16859;
}
.TagClassName
{
border-color: #D16859;
}
</style>