Shades of Roman #D76560
Tints of Roman #D76560
RGB
CMYK
RGB Variations
Color information
#D76560 (or 0xD76560) is known color: Roman. HEX triplet: D7, 65 and 60. RGB value is (215,101,96). Sum of RGB (Red+Green+Blue) = 215+101+96=412 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.18% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 215 - color contains mainly: red. Hex color #D76560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76560 is #289A9F. Grayscale: #868686. Windows color (decimal): -2661024 or 6317527. OLE color: 6317527.
HSL color Cylindrical-coordinate representation of color #D76560: hue angle of 2.52º 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 #D76560 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 101 | 96 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.16 |
| HSL | 2.52º | 0.6% | 0.61% | - |
| HSV(B) | 2.52º | 0.55% | 0.84% | - |
| XYZ | 34.79 | 24.6 | 13.98 | - |
| YUV | 134.52 | 106.27 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 101 | 96 | 0 | 0.53 | 0.55 | 0.16 | 2.52 | 0.6 | 0.61 |
| Hex | D7 | 65 | 60 | 0 | 35 | 37 | 10 | 3 | 3C | 3D |
| Octal | 327 | 145 | 140 | 0 | 65 | 67 | 20 | 3 | 74 | 75 |
| Binary | 11010111 | 1100101 | 1100000 | 0 | 110101 | 110111 | 10000 | 11 | 111100 | 111101 |
Color Harmonies of #D76560
Complementary color
Monochromatic Colors of #D76560
Black with #D76560
Text Example
Text Example
White with #D76560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76560; }
p { color: rgb(215,101,96); }
H1.HeaderClassName
{
color: #D76560;
}
.AnyTagClassName
{
color: #D76560;
}
</style>
background-color css
<style>
a { background-color: #D76560; }
a { background-color: rgb(215,101,96); }
div.DivClassName
{
background-color: #D76560;
}
.BgClassName
{
background-color: #D76560;
}
</style>
border-color css
<style>
span { border-color: #D76560; }
span { border-color: rgb(215,101,96); }
td.TdClassName
{
border-color: #D76560;
}
.TagClassName
{
border-color: #D76560;
}
</style>