Shades of Roman #D76262
Tints of Roman #D76262
RGB
CMYK
RGB Variations
Color information
#D76262 (or 0xD76262) is known color: Roman. HEX triplet: D7, 62 and 62. RGB value is (215,98,98). Sum of RGB (Red+Green+Blue) = 215+98+98=411 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.31% from 411); Green value is 98 (38.67% from 255 or 23.84% from 411); Blue value is 98 (38.67% from 255 or 23.84% from 411); Max value from RGB is 215 - color contains mainly: red. Hex color #D76262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76262 is #289D9D. Grayscale: #858585. Windows color (decimal): -2661790 or 6447831. OLE color: 6447831.
HSL color Cylindrical-coordinate representation of color #D76262: hue angle of 0º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D76262 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 98 | 98 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.16 |
| HSL | 0º | 0.59% | 0.61% | - |
| HSV(B) | 0º | 0.54% | 0.84% | - |
| XYZ | 34.6 | 24.06 | 14.38 | - |
| YUV | 132.98 | 108.26 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 98 | 0 | 0.54 | 0.54 | 0.16 | 0 | 0.59 | 0.61 |
| Hex | D7 | 62 | 62 | 0 | 36 | 36 | 10 | 0 | 3B | 3D |
| Octal | 327 | 142 | 142 | 0 | 66 | 66 | 20 | 0 | 73 | 75 |
| Binary | 11010111 | 1100010 | 1100010 | 0 | 110110 | 110110 | 10000 | 0 | 111011 | 111101 |
Color Harmonies of #D76262
Complementary color
Monochromatic Colors of #D76262
Black with #D76262
Text Example
Text Example
White with #D76262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76262; }
p { color: rgb(215,98,98); }
H1.HeaderClassName
{
color: #D76262;
}
.AnyTagClassName
{
color: #D76262;
}
</style>
background-color css
<style>
a { background-color: #D76262; }
a { background-color: rgb(215,98,98); }
div.DivClassName
{
background-color: #D76262;
}
.BgClassName
{
background-color: #D76262;
}
</style>
border-color css
<style>
span { border-color: #D76262; }
span { border-color: rgb(215,98,98); }
td.TdClassName
{
border-color: #D76262;
}
.TagClassName
{
border-color: #D76262;
}
</style>