Shades of Roman #D16056
Tints of Roman #D16056
RGB
CMYK
RGB Variations
Color information
#D16056 (or 0xD16056) is known color: Roman. HEX triplet: D1, 60 and 56. RGB value is (209,96,86). Sum of RGB (Red+Green+Blue) = 209+96+86=391 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.45% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 86 (33.98% from 255 or 21.99% from 391); Max value from RGB is 209 - color contains mainly: red. Hex color #D16056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16056 is #2E9FA9. Grayscale: #808080. Windows color (decimal): -3055530 or 5660881. OLE color: 5660881.
HSL color Cylindrical-coordinate representation of color #D16056: hue angle of 4.88º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D16056 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 96 | 86 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.18 |
| HSL | 4.88º | 0.57% | 0.58% | - |
| HSV(B) | 4.88º | 0.59% | 0.82% | - |
| XYZ | 32.16 | 22.59 | 11.47 | - |
| YUV | 128.65 | 103.94 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 96 | 86 | 0 | 0.54 | 0.59 | 0.18 | 4.88 | 0.57 | 0.58 |
| Hex | D1 | 60 | 56 | 0 | 36 | 3B | 12 | 5 | 39 | 3A |
| Octal | 321 | 140 | 126 | 0 | 66 | 73 | 22 | 5 | 71 | 72 |
| Binary | 11010001 | 1100000 | 1010110 | 0 | 110110 | 111011 | 10010 | 101 | 111001 | 111010 |
Color Harmonies of #D16056
Complementary color
Monochromatic Colors of #D16056
Black with #D16056
Text Example
Text Example
White with #D16056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16056; }
p { color: rgb(209,96,86); }
H1.HeaderClassName
{
color: #D16056;
}
.AnyTagClassName
{
color: #D16056;
}
</style>
background-color css
<style>
a { background-color: #D16056; }
a { background-color: rgb(209,96,86); }
div.DivClassName
{
background-color: #D16056;
}
.BgClassName
{
background-color: #D16056;
}
</style>
border-color css
<style>
span { border-color: #D16056; }
span { border-color: rgb(209,96,86); }
td.TdClassName
{
border-color: #D16056;
}
.TagClassName
{
border-color: #D16056;
}
</style>