Shades of Roman #D56557
Tints of Roman #D56557
RGB
CMYK
RGB Variations
Color information
#D56557 (or 0xD56557) is known color: Roman. HEX triplet: D5, 65 and 57. RGB value is (213,101,87). Sum of RGB (Red+Green+Blue) = 213+101+87=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 87 (34.38% from 255 or 21.70% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D56557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56557 is #2A9AA8. Grayscale: #858585. Windows color (decimal): -2792105 or 5727701. OLE color: 5727701.
HSL color Cylindrical-coordinate representation of color #D56557: hue angle of 6.67º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D56557 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 101 | 87 | - |
| CMYK | 0 | 0.53 | 0.59 | 0.16 |
| HSL | 6.67º | 0.6% | 0.59% | - |
| HSV(B) | 6.67º | 0.59% | 0.84% | - |
| XYZ | 33.81 | 24.14 | 11.89 | - |
| YUV | 132.89 | 102.11 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 101 | 87 | 0 | 0.53 | 0.59 | 0.16 | 6.67 | 0.6 | 0.59 |
| Hex | D5 | 65 | 57 | 0 | 35 | 3B | 10 | 7 | 3C | 3B |
| Octal | 325 | 145 | 127 | 0 | 65 | 73 | 20 | 7 | 74 | 73 |
| Binary | 11010101 | 1100101 | 1010111 | 0 | 110101 | 111011 | 10000 | 111 | 111100 | 111011 |
Color Harmonies of #D56557
Complementary color
Monochromatic Colors of #D56557
Black with #D56557
Text Example
Text Example
White with #D56557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56557; }
p { color: rgb(213,101,87); }
H1.HeaderClassName
{
color: #D56557;
}
.AnyTagClassName
{
color: #D56557;
}
</style>
background-color css
<style>
a { background-color: #D56557; }
a { background-color: rgb(213,101,87); }
div.DivClassName
{
background-color: #D56557;
}
.BgClassName
{
background-color: #D56557;
}
</style>
border-color css
<style>
span { border-color: #D56557; }
span { border-color: rgb(213,101,87); }
td.TdClassName
{
border-color: #D56557;
}
.TagClassName
{
border-color: #D56557;
}
</style>