Shades of Roman #D56960
Tints of Roman #D56960
RGB
CMYK
RGB Variations
Color information
#D56960 (or 0xD56960) is known color: Roman. HEX triplet: D5, 69 and 60. RGB value is (213,105,96). Sum of RGB (Red+Green+Blue) = 213+105+96=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D56960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56960 is #2A969F. Grayscale: #888888. Windows color (decimal): -2791072 or 6318549. OLE color: 6318549.
HSL color Cylindrical-coordinate representation of color #D56960: hue angle of 4.62º degrees, saturation: 0.58, 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 #D56960 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 105 | 96 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.16 |
| HSL | 4.62º | 0.58% | 0.61% | - |
| HSV(B) | 4.62º | 0.55% | 0.84% | - |
| XYZ | 34.6 | 25.09 | 14.09 | - |
| YUV | 136.27 | 105.28 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 105 | 96 | 0 | 0.51 | 0.55 | 0.16 | 4.62 | 0.58 | 0.61 |
| Hex | D5 | 69 | 60 | 0 | 33 | 37 | 10 | 5 | 3A | 3D |
| Octal | 325 | 151 | 140 | 0 | 63 | 67 | 20 | 5 | 72 | 75 |
| Binary | 11010101 | 1101001 | 1100000 | 0 | 110011 | 110111 | 10000 | 101 | 111010 | 111101 |
Color Harmonies of #D56960
Complementary color
Monochromatic Colors of #D56960
Black with #D56960
Text Example
Text Example
White with #D56960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56960; }
p { color: rgb(213,105,96); }
H1.HeaderClassName
{
color: #D56960;
}
.AnyTagClassName
{
color: #D56960;
}
</style>
background-color css
<style>
a { background-color: #D56960; }
a { background-color: rgb(213,105,96); }
div.DivClassName
{
background-color: #D56960;
}
.BgClassName
{
background-color: #D56960;
}
</style>
border-color css
<style>
span { border-color: #D56960; }
span { border-color: rgb(213,105,96); }
td.TdClassName
{
border-color: #D56960;
}
.TagClassName
{
border-color: #D56960;
}
</style>