Shades of Roman #D56359
Tints of Roman #D56359
RGB
CMYK
RGB Variations
Color information
#D56359 (or 0xD56359) is known color: Roman. HEX triplet: D5, 63 and 59. RGB value is (213,99,89). Sum of RGB (Red+Green+Blue) = 213+99+89=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 89 (35.16% from 255 or 22.19% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D56359 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56359 is #2A9CA6. Grayscale: #848484. Windows color (decimal): -2792615 or 5858261. OLE color: 5858261.
HSL color Cylindrical-coordinate representation of color #D56359: hue angle of 4.84º 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 #D56359 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 99 | 89 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.16 |
| HSL | 4.84º | 0.6% | 0.59% | - |
| HSV(B) | 4.84º | 0.58% | 0.84% | - |
| XYZ | 33.71 | 23.79 | 12.27 | - |
| YUV | 131.95 | 103.77 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 99 | 89 | 0 | 0.54 | 0.58 | 0.16 | 4.84 | 0.6 | 0.59 |
| Hex | D5 | 63 | 59 | 0 | 36 | 3A | 10 | 5 | 3C | 3B |
| Octal | 325 | 143 | 131 | 0 | 66 | 72 | 20 | 5 | 74 | 73 |
| Binary | 11010101 | 1100011 | 1011001 | 0 | 110110 | 111010 | 10000 | 101 | 111100 | 111011 |
Color Harmonies of #D56359
Complementary color
Monochromatic Colors of #D56359
Black with #D56359
Text Example
Text Example
White with #D56359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56359; }
p { color: rgb(213,99,89); }
H1.HeaderClassName
{
color: #D56359;
}
.AnyTagClassName
{
color: #D56359;
}
</style>
background-color css
<style>
a { background-color: #D56359; }
a { background-color: rgb(213,99,89); }
div.DivClassName
{
background-color: #D56359;
}
.BgClassName
{
background-color: #D56359;
}
</style>
border-color css
<style>
span { border-color: #D56359; }
span { border-color: rgb(213,99,89); }
td.TdClassName
{
border-color: #D56359;
}
.TagClassName
{
border-color: #D56359;
}
</style>