Shades of Roman #D56455
Tints of Roman #D56455
RGB
CMYK
RGB Variations
Color information
#D56455 (or 0xD56455) is known color: Roman. HEX triplet: D5, 64 and 55. RGB value is (213,100,85). Sum of RGB (Red+Green+Blue) = 213+100+85=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D56455 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56455 is #2A9BAA. Grayscale: #848484. Windows color (decimal): -2792363 or 5596373. OLE color: 5596373.
HSL color Cylindrical-coordinate representation of color #D56455: hue angle of 7.03º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D56455 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 100 | 85 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.16 |
| HSL | 7.03º | 0.6% | 0.58% | - |
| HSV(B) | 7.03º | 0.6% | 0.84% | - |
| XYZ | 33.64 | 23.92 | 11.44 | - |
| YUV | 132.08 | 101.44 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 100 | 85 | 0 | 0.53 | 0.60 | 0.16 | 7.03 | 0.6 | 0.58 |
| Hex | D5 | 64 | 55 | 0 | 35 | 3C | 10 | 7 | 3C | 3A |
| Octal | 325 | 144 | 125 | 0 | 65 | 74 | 20 | 7 | 74 | 72 |
| Binary | 11010101 | 1100100 | 1010101 | 0 | 110101 | 111100 | 10000 | 111 | 111100 | 111010 |
Color Harmonies of #D56455
Complementary color
Monochromatic Colors of #D56455
Black with #D56455
Text Example
Text Example
White with #D56455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56455; }
p { color: rgb(213,100,85); }
H1.HeaderClassName
{
color: #D56455;
}
.AnyTagClassName
{
color: #D56455;
}
</style>
background-color css
<style>
a { background-color: #D56455; }
a { background-color: rgb(213,100,85); }
div.DivClassName
{
background-color: #D56455;
}
.BgClassName
{
background-color: #D56455;
}
</style>
border-color css
<style>
span { border-color: #D56455; }
span { border-color: rgb(213,100,85); }
td.TdClassName
{
border-color: #D56455;
}
.TagClassName
{
border-color: #D56455;
}
</style>