Shades of Roman #D56160
Tints of Roman #D56160
RGB
CMYK
RGB Variations
Color information
#D56160 (or 0xD56160) is known color: Roman. HEX triplet: D5, 61 and 60. RGB value is (213,97,96). Sum of RGB (Red+Green+Blue) = 213+97+96=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 96 (37.89% from 255 or 23.65% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D56160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56160 is #2A9E9F. Grayscale: #838383. Windows color (decimal): -2793120 or 6316501. OLE color: 6316501.
HSL color Cylindrical-coordinate representation of color #D56160: hue angle of 0.51º 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 #D56160 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 97 | 96 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.16 |
| HSL | 0.51º | 0.58% | 0.61% | - |
| HSV(B) | 0.51º | 0.55% | 0.84% | - |
| XYZ | 33.83 | 23.54 | 13.83 | - |
| YUV | 131.57 | 107.93 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 97 | 96 | 0 | 0.54 | 0.55 | 0.16 | 0.51 | 0.58 | 0.61 |
| Hex | D5 | 61 | 60 | 0 | 36 | 37 | 10 | 1 | 3A | 3D |
| Octal | 325 | 141 | 140 | 0 | 66 | 67 | 20 | 1 | 72 | 75 |
| Binary | 11010101 | 1100001 | 1100000 | 0 | 110110 | 110111 | 10000 | 1 | 111010 | 111101 |
Color Harmonies of #D56160
Complementary color
Monochromatic Colors of #D56160
Black with #D56160
Text Example
Text Example
White with #D56160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56160; }
p { color: rgb(213,97,96); }
H1.HeaderClassName
{
color: #D56160;
}
.AnyTagClassName
{
color: #D56160;
}
</style>
background-color css
<style>
a { background-color: #D56160; }
a { background-color: rgb(213,97,96); }
div.DivClassName
{
background-color: #D56160;
}
.BgClassName
{
background-color: #D56160;
}
</style>
border-color css
<style>
span { border-color: #D56160; }
span { border-color: rgb(213,97,96); }
td.TdClassName
{
border-color: #D56160;
}
.TagClassName
{
border-color: #D56160;
}
</style>