Shades of Roman #D85E53
Tints of Roman #D85E53
RGB
CMYK
RGB Variations
Color information
#D85E53 (or 0xD85E53) is known color: Roman. HEX triplet: D8, 5E and 53. RGB value is (216,94,83). Sum of RGB (Red+Green+Blue) = 216+94+83=393 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.96% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 83 (32.81% from 255 or 21.12% from 393); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85E53 is #27A1AC. Grayscale: #818181. Windows color (decimal): -2597293 or 5463768. OLE color: 5463768.
HSL color Cylindrical-coordinate representation of color #D85E53: hue angle of 4.96º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D85E53 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 94 | 83 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.15 |
| HSL | 4.96º | 0.63% | 0.59% | - |
| HSV(B) | 4.96º | 0.62% | 0.85% | - |
| XYZ | 33.88 | 23.23 | 10.88 | - |
| YUV | 129.22 | 101.92 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 94 | 83 | 0 | 0.56 | 0.62 | 0.15 | 4.96 | 0.63 | 0.59 |
| Hex | D8 | 5E | 53 | 0 | 38 | 3E | F | 5 | 3F | 3B |
| Octal | 330 | 136 | 123 | 0 | 70 | 76 | 17 | 5 | 77 | 73 |
| Binary | 11011000 | 1011110 | 1010011 | 0 | 111000 | 111110 | 1111 | 101 | 111111 | 111011 |
Color Harmonies of #D85E53
Complementary color
Monochromatic Colors of #D85E53
Black with #D85E53
Text Example
Text Example
White with #D85E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85E53; }
p { color: rgb(216,94,83); }
H1.HeaderClassName
{
color: #D85E53;
}
.AnyTagClassName
{
color: #D85E53;
}
</style>
background-color css
<style>
a { background-color: #D85E53; }
a { background-color: rgb(216,94,83); }
div.DivClassName
{
background-color: #D85E53;
}
.BgClassName
{
background-color: #D85E53;
}
</style>
border-color css
<style>
span { border-color: #D85E53; }
span { border-color: rgb(216,94,83); }
td.TdClassName
{
border-color: #D85E53;
}
.TagClassName
{
border-color: #D85E53;
}
</style>