Shades of Roman #D56859
Tints of Roman #D56859
RGB
CMYK
RGB Variations
Color information
#D56859 (or 0xD56859) is known color: Roman. HEX triplet: D5, 68 and 59. RGB value is (213,104,89). Sum of RGB (Red+Green+Blue) = 213+104+89=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 89 (35.16% from 255 or 21.92% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D56859 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56859 is #2A97A6. Grayscale: #878787. Windows color (decimal): -2791335 or 5859541. OLE color: 5859541.
HSL color Cylindrical-coordinate representation of color #D56859: hue angle of 7.26º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D56859 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 104 | 89 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.16 |
| HSL | 7.26º | 0.6% | 0.59% | - |
| HSV(B) | 7.26º | 0.58% | 0.84% | - |
| XYZ | 34.19 | 24.77 | 12.43 | - |
| YUV | 134.88 | 102.11 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 104 | 89 | 0 | 0.51 | 0.58 | 0.16 | 7.26 | 0.6 | 0.59 |
| Hex | D5 | 68 | 59 | 0 | 33 | 3A | 10 | 7 | 3C | 3B |
| Octal | 325 | 150 | 131 | 0 | 63 | 72 | 20 | 7 | 74 | 73 |
| Binary | 11010101 | 1101000 | 1011001 | 0 | 110011 | 111010 | 10000 | 111 | 111100 | 111011 |
Color Harmonies of #D56859
Complementary color
Monochromatic Colors of #D56859
Black with #D56859
Text Example
Text Example
White with #D56859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56859; }
p { color: rgb(213,104,89); }
H1.HeaderClassName
{
color: #D56859;
}
.AnyTagClassName
{
color: #D56859;
}
</style>
background-color css
<style>
a { background-color: #D56859; }
a { background-color: rgb(213,104,89); }
div.DivClassName
{
background-color: #D56859;
}
.BgClassName
{
background-color: #D56859;
}
</style>
border-color css
<style>
span { border-color: #D56859; }
span { border-color: rgb(213,104,89); }
td.TdClassName
{
border-color: #D56859;
}
.TagClassName
{
border-color: #D56859;
}
</style>