Shades of Roman #D76160
Tints of Roman #D76160
RGB
CMYK
RGB Variations
Color information
#D76160 (or 0xD76160) is known color: Roman. HEX triplet: D7, 61 and 60. RGB value is (215,97,96). Sum of RGB (Red+Green+Blue) = 215+97+96=408 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.70% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 96 (37.89% from 255 or 23.53% from 408); Max value from RGB is 215 - color contains mainly: red. Hex color #D76160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76160 is #289E9F. Grayscale: #848484. Windows color (decimal): -2662048 or 6316503. OLE color: 6316503.
HSL color Cylindrical-coordinate representation of color #D76160: hue angle of 0.5º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D76160 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 97 | 96 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.16 |
| HSL | 0.5º | 0.6% | 0.61% | - |
| HSV(B) | 0.5º | 0.55% | 0.84% | - |
| XYZ | 34.41 | 23.84 | 13.85 | - |
| YUV | 132.17 | 107.59 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 97 | 96 | 0 | 0.55 | 0.55 | 0.16 | 0.5 | 0.6 | 0.61 |
| Hex | D7 | 61 | 60 | 0 | 37 | 37 | 10 | 1 | 3C | 3D |
| Octal | 327 | 141 | 140 | 0 | 67 | 67 | 20 | 1 | 74 | 75 |
| Binary | 11010111 | 1100001 | 1100000 | 0 | 110111 | 110111 | 10000 | 1 | 111100 | 111101 |
Color Harmonies of #D76160
Complementary color
Monochromatic Colors of #D76160
Black with #D76160
Text Example
Text Example
White with #D76160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76160; }
p { color: rgb(215,97,96); }
H1.HeaderClassName
{
color: #D76160;
}
.AnyTagClassName
{
color: #D76160;
}
</style>
background-color css
<style>
a { background-color: #D76160; }
a { background-color: rgb(215,97,96); }
div.DivClassName
{
background-color: #D76160;
}
.BgClassName
{
background-color: #D76160;
}
</style>
border-color css
<style>
span { border-color: #D76160; }
span { border-color: rgb(215,97,96); }
td.TdClassName
{
border-color: #D76160;
}
.TagClassName
{
border-color: #D76160;
}
</style>