Shades of Roman #D16462
Tints of Roman #D16462
RGB
CMYK
RGB Variations
Color information
#D16462 (or 0xD16462) is known color: Roman. HEX triplet: D1, 64 and 62. RGB value is (209,100,98). Sum of RGB (Red+Green+Blue) = 209+100+98=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 98 (38.67% from 255 or 24.08% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D16462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16462 is #2E9B9D. Grayscale: #848484. Windows color (decimal): -3054494 or 6448337. OLE color: 6448337.
HSL color Cylindrical-coordinate representation of color #D16462: hue angle of 1.08º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D16462 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 100 | 98 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.18 |
| HSL | 1.08º | 0.55% | 0.6% | - |
| HSV(B) | 1.08º | 0.53% | 0.82% | - |
| XYZ | 33.06 | 23.55 | 14.36 | - |
| YUV | 132.36 | 108.61 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 100 | 98 | 0 | 0.52 | 0.53 | 0.18 | 1.08 | 0.55 | 0.6 |
| Hex | D1 | 64 | 62 | 0 | 34 | 35 | 12 | 1 | 37 | 3C |
| Octal | 321 | 144 | 142 | 0 | 64 | 65 | 22 | 1 | 67 | 74 |
| Binary | 11010001 | 1100100 | 1100010 | 0 | 110100 | 110101 | 10010 | 1 | 110111 | 111100 |
Color Harmonies of #D16462
Complementary color
Monochromatic Colors of #D16462
Black with #D16462
Text Example
Text Example
White with #D16462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16462; }
p { color: rgb(209,100,98); }
H1.HeaderClassName
{
color: #D16462;
}
.AnyTagClassName
{
color: #D16462;
}
</style>
background-color css
<style>
a { background-color: #D16462; }
a { background-color: rgb(209,100,98); }
div.DivClassName
{
background-color: #D16462;
}
.BgClassName
{
background-color: #D16462;
}
</style>
border-color css
<style>
span { border-color: #D16462; }
span { border-color: rgb(209,100,98); }
td.TdClassName
{
border-color: #D16462;
}
.TagClassName
{
border-color: #D16462;
}
</style>