Shades of Roman #D56961
Tints of Roman #D56961
RGB
CMYK
RGB Variations
Color information
#D56961 (or 0xD56961) is known color: Roman. HEX triplet: D5, 69 and 61. RGB value is (213,105,97). Sum of RGB (Red+Green+Blue) = 213+105+97=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 97 (38.28% from 255 or 23.37% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D56961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56961 is #2A969E. Grayscale: #888888. Windows color (decimal): -2791071 or 6384085. OLE color: 6384085.
HSL color Cylindrical-coordinate representation of color #D56961: hue angle of 4.14º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D56961 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 105 | 97 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.16 |
| HSL | 4.14º | 0.58% | 0.61% | - |
| HSV(B) | 4.14º | 0.54% | 0.84% | - |
| XYZ | 34.65 | 25.11 | 14.33 | - |
| YUV | 136.38 | 105.78 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 105 | 97 | 0 | 0.51 | 0.54 | 0.16 | 4.14 | 0.58 | 0.61 |
| Hex | D5 | 69 | 61 | 0 | 33 | 36 | 10 | 4 | 3A | 3D |
| Octal | 325 | 151 | 141 | 0 | 63 | 66 | 20 | 4 | 72 | 75 |
| Binary | 11010101 | 1101001 | 1100001 | 0 | 110011 | 110110 | 10000 | 100 | 111010 | 111101 |
Color Harmonies of #D56961
Complementary color
Monochromatic Colors of #D56961
Black with #D56961
Text Example
Text Example
White with #D56961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56961; }
p { color: rgb(213,105,97); }
H1.HeaderClassName
{
color: #D56961;
}
.AnyTagClassName
{
color: #D56961;
}
</style>
background-color css
<style>
a { background-color: #D56961; }
a { background-color: rgb(213,105,97); }
div.DivClassName
{
background-color: #D56961;
}
.BgClassName
{
background-color: #D56961;
}
</style>
border-color css
<style>
span { border-color: #D56961; }
span { border-color: rgb(213,105,97); }
td.TdClassName
{
border-color: #D56961;
}
.TagClassName
{
border-color: #D56961;
}
</style>