Shades of Roman #D85F53
Tints of Roman #D85F53
RGB
CMYK
RGB Variations
Color information
#D85F53 (or 0xD85F53) is known color: Roman. HEX triplet: D8, 5F and 53. RGB value is (216,95,83). Sum of RGB (Red+Green+Blue) = 216+95+83=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 83 (32.81% from 255 or 21.07% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85F53 is #27A0AC. Grayscale: #818181. Windows color (decimal): -2597037 or 5464024. OLE color: 5464024.
HSL color Cylindrical-coordinate representation of color #D85F53: hue angle of 5.41º 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 #D85F53 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 95 | 83 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.15 |
| HSL | 5.41º | 0.63% | 0.59% | - |
| HSV(B) | 5.41º | 0.62% | 0.85% | - |
| XYZ | 33.97 | 23.41 | 10.91 | - |
| YUV | 129.81 | 101.59 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 95 | 83 | 0 | 0.56 | 0.62 | 0.15 | 5.41 | 0.63 | 0.59 |
| Hex | D8 | 5F | 53 | 0 | 38 | 3E | F | 5 | 3F | 3B |
| Octal | 330 | 137 | 123 | 0 | 70 | 76 | 17 | 5 | 77 | 73 |
| Binary | 11011000 | 1011111 | 1010011 | 0 | 111000 | 111110 | 1111 | 101 | 111111 | 111011 |
Color Harmonies of #D85F53
Complementary color
Monochromatic Colors of #D85F53
Black with #D85F53
Text Example
Text Example
White with #D85F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85F53; }
p { color: rgb(216,95,83); }
H1.HeaderClassName
{
color: #D85F53;
}
.AnyTagClassName
{
color: #D85F53;
}
</style>
background-color css
<style>
a { background-color: #D85F53; }
a { background-color: rgb(216,95,83); }
div.DivClassName
{
background-color: #D85F53;
}
.BgClassName
{
background-color: #D85F53;
}
</style>
border-color css
<style>
span { border-color: #D85F53; }
span { border-color: rgb(216,95,83); }
td.TdClassName
{
border-color: #D85F53;
}
.TagClassName
{
border-color: #D85F53;
}
</style>