Shades of Roman #D76961
Tints of Roman #D76961
RGB
CMYK
RGB Variations
Color information
#D76961 (or 0xD76961) is known color: Roman. HEX triplet: D7, 69 and 61. RGB value is (215,105,97). Sum of RGB (Red+Green+Blue) = 215+105+97=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 97 (38.28% from 255 or 23.26% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D76961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76961 is #28969E. Grayscale: #898989. Windows color (decimal): -2659999 or 6384087. OLE color: 6384087.
HSL color Cylindrical-coordinate representation of color #D76961: hue angle of 4.07º 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 #D76961 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 105 | 97 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.16 |
| HSL | 4.07º | 0.6% | 0.61% | - |
| HSV(B) | 4.07º | 0.55% | 0.84% | - |
| XYZ | 35.23 | 25.41 | 14.36 | - |
| YUV | 136.98 | 105.44 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 105 | 97 | 0 | 0.51 | 0.55 | 0.16 | 4.07 | 0.6 | 0.61 |
| Hex | D7 | 69 | 61 | 0 | 33 | 37 | 10 | 4 | 3C | 3D |
| Octal | 327 | 151 | 141 | 0 | 63 | 67 | 20 | 4 | 74 | 75 |
| Binary | 11010111 | 1101001 | 1100001 | 0 | 110011 | 110111 | 10000 | 100 | 111100 | 111101 |
Color Harmonies of #D76961
Complementary color
Monochromatic Colors of #D76961
Black with #D76961
Text Example
Text Example
White with #D76961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76961; }
p { color: rgb(215,105,97); }
H1.HeaderClassName
{
color: #D76961;
}
.AnyTagClassName
{
color: #D76961;
}
</style>
background-color css
<style>
a { background-color: #D76961; }
a { background-color: rgb(215,105,97); }
div.DivClassName
{
background-color: #D76961;
}
.BgClassName
{
background-color: #D76961;
}
</style>
border-color css
<style>
span { border-color: #D76961; }
span { border-color: rgb(215,105,97); }
td.TdClassName
{
border-color: #D76961;
}
.TagClassName
{
border-color: #D76961;
}
</style>