Shades of Roman #D16360
Tints of Roman #D16360
RGB
CMYK
RGB Variations
Color information
#D16360 (or 0xD16360) is known color: Roman. HEX triplet: D1, 63 and 60. RGB value is (209,99,96). Sum of RGB (Red+Green+Blue) = 209+99+96=404 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.73% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 209 - color contains mainly: red. Hex color #D16360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16360 is #2E9C9F. Grayscale: #838383. Windows color (decimal): -3054752 or 6317009. OLE color: 6317009.
HSL color Cylindrical-coordinate representation of color #D16360: hue angle of 1.59º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D16360 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 99 | 96 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.18 |
| HSL | 1.59º | 0.55% | 0.6% | - |
| HSV(B) | 1.59º | 0.54% | 0.82% | - |
| XYZ | 32.87 | 23.32 | 13.84 | - |
| YUV | 131.55 | 107.94 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 99 | 96 | 0 | 0.53 | 0.54 | 0.18 | 1.59 | 0.55 | 0.6 |
| Hex | D1 | 63 | 60 | 0 | 35 | 36 | 12 | 2 | 37 | 3C |
| Octal | 321 | 143 | 140 | 0 | 65 | 66 | 22 | 2 | 67 | 74 |
| Binary | 11010001 | 1100011 | 1100000 | 0 | 110101 | 110110 | 10010 | 10 | 110111 | 111100 |
Color Harmonies of #D16360
Complementary color
Monochromatic Colors of #D16360
Black with #D16360
Text Example
Text Example
White with #D16360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16360; }
p { color: rgb(209,99,96); }
H1.HeaderClassName
{
color: #D16360;
}
.AnyTagClassName
{
color: #D16360;
}
</style>
background-color css
<style>
a { background-color: #D16360; }
a { background-color: rgb(209,99,96); }
div.DivClassName
{
background-color: #D16360;
}
.BgClassName
{
background-color: #D16360;
}
</style>
border-color css
<style>
span { border-color: #D16360; }
span { border-color: rgb(209,99,96); }
td.TdClassName
{
border-color: #D16360;
}
.TagClassName
{
border-color: #D16360;
}
</style>