Shades of Roman #D76156
Tints of Roman #D76156
RGB
CMYK
RGB Variations
Color information
#D76156 (or 0xD76156) is known color: Roman. HEX triplet: D7, 61 and 56. RGB value is (215,97,86). Sum of RGB (Red+Green+Blue) = 215+97+86=398 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.02% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 86 (33.98% from 255 or 21.61% from 398); Max value from RGB is 215 - color contains mainly: red. Hex color #D76156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76156 is #289EA9. Grayscale: #838383. Windows color (decimal): -2662058 or 5661143. OLE color: 5661143.
HSL color Cylindrical-coordinate representation of color #D76156: hue angle of 5.12º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D76156 is Cyan = 0, Magento = 0.55, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 97 | 86 | - |
| CMYK | 0 | 0.55 | 0.6 | 0.16 |
| HSL | 5.12º | 0.62% | 0.59% | - |
| HSV(B) | 5.12º | 0.6% | 0.84% | - |
| XYZ | 33.98 | 23.67 | 11.58 | - |
| YUV | 131.03 | 102.59 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 97 | 86 | 0 | 0.55 | 0.6 | 0.16 | 5.12 | 0.62 | 0.59 |
| Hex | D7 | 61 | 56 | 0 | 37 | 3C | 10 | 5 | 3E | 3B |
| Octal | 327 | 141 | 126 | 0 | 67 | 74 | 20 | 5 | 76 | 73 |
| Binary | 11010111 | 1100001 | 1010110 | 0 | 110111 | 111100 | 10000 | 101 | 111110 | 111011 |
Color Harmonies of #D76156
Complementary color
Monochromatic Colors of #D76156
Black with #D76156
Text Example
Text Example
White with #D76156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76156; }
p { color: rgb(215,97,86); }
H1.HeaderClassName
{
color: #D76156;
}
.AnyTagClassName
{
color: #D76156;
}
</style>
background-color css
<style>
a { background-color: #D76156; }
a { background-color: rgb(215,97,86); }
div.DivClassName
{
background-color: #D76156;
}
.BgClassName
{
background-color: #D76156;
}
</style>
border-color css
<style>
span { border-color: #D76156; }
span { border-color: rgb(215,97,86); }
td.TdClassName
{
border-color: #D76156;
}
.TagClassName
{
border-color: #D76156;
}
</style>