Shades of Roman #D76155
Tints of Roman #D76155
RGB
CMYK
RGB Variations
Color information
#D76155 (or 0xD76155) is known color: Roman. HEX triplet: D7, 61 and 55. RGB value is (215,97,85). Sum of RGB (Red+Green+Blue) = 215+97+85=397 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.16% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 215 - color contains mainly: red. Hex color #D76155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76155 is #289EAA. Grayscale: #838383. Windows color (decimal): -2662059 or 5595607. OLE color: 5595607.
HSL color Cylindrical-coordinate representation of color #D76155: hue angle of 5.54º 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 #D76155 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 97 | 85 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.16 |
| HSL | 5.54º | 0.62% | 0.59% | - |
| HSV(B) | 5.54º | 0.6% | 0.84% | - |
| XYZ | 33.94 | 23.65 | 11.37 | - |
| YUV | 130.91 | 102.09 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 97 | 85 | 0 | 0.55 | 0.60 | 0.16 | 5.54 | 0.62 | 0.59 |
| Hex | D7 | 61 | 55 | 0 | 37 | 3C | 10 | 6 | 3E | 3B |
| Octal | 327 | 141 | 125 | 0 | 67 | 74 | 20 | 6 | 76 | 73 |
| Binary | 11010111 | 1100001 | 1010101 | 0 | 110111 | 111100 | 10000 | 110 | 111110 | 111011 |
Color Harmonies of #D76155
Complementary color
Monochromatic Colors of #D76155
Black with #D76155
Text Example
Text Example
White with #D76155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76155; }
p { color: rgb(215,97,85); }
H1.HeaderClassName
{
color: #D76155;
}
.AnyTagClassName
{
color: #D76155;
}
</style>
background-color css
<style>
a { background-color: #D76155; }
a { background-color: rgb(215,97,85); }
div.DivClassName
{
background-color: #D76155;
}
.BgClassName
{
background-color: #D76155;
}
</style>
border-color css
<style>
span { border-color: #D76155; }
span { border-color: rgb(215,97,85); }
td.TdClassName
{
border-color: #D76155;
}
.TagClassName
{
border-color: #D76155;
}
</style>