Shades of Roman #D56B5D
Tints of Roman #D56B5D
RGB
CMYK
RGB Variations
Color information
#D56B5D (or 0xD56B5D) is known color: Roman. HEX triplet: D5, 6B and 5D. RGB value is (213,107,93). Sum of RGB (Red+Green+Blue) = 213+107+93=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D56B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56B5D is #2A94A2. Grayscale: #898989. Windows color (decimal): -2790563 or 6122453. OLE color: 6122453.
HSL color Cylindrical-coordinate representation of color #D56B5D: hue angle of 7º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D56B5D is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 107 | 93 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.16 |
| HSL | 7º | 0.59% | 0.6% | - |
| HSV(B) | 7º | 0.56% | 0.84% | - |
| XYZ | 34.67 | 25.45 | 13.44 | - |
| YUV | 137.1 | 103.12 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 107 | 93 | 0 | 0.50 | 0.56 | 0.16 | 7 | 0.59 | 0.6 |
| Hex | D5 | 6B | 5D | 0 | 32 | 38 | 10 | 7 | 3B | 3C |
| Octal | 325 | 153 | 135 | 0 | 62 | 70 | 20 | 7 | 73 | 74 |
| Binary | 11010101 | 1101011 | 1011101 | 0 | 110010 | 111000 | 10000 | 111 | 111011 | 111100 |
Color Harmonies of #D56B5D
Complementary color
Monochromatic Colors of #D56B5D
Black with #D56B5D
Text Example
Text Example
White with #D56B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56B5D; }
p { color: rgb(213,107,93); }
H1.HeaderClassName
{
color: #D56B5D;
}
.AnyTagClassName
{
color: #D56B5D;
}
</style>
background-color css
<style>
a { background-color: #D56B5D; }
a { background-color: rgb(213,107,93); }
div.DivClassName
{
background-color: #D56B5D;
}
.BgClassName
{
background-color: #D56B5D;
}
</style>
border-color css
<style>
span { border-color: #D56B5D; }
span { border-color: rgb(213,107,93); }
td.TdClassName
{
border-color: #D56B5D;
}
.TagClassName
{
border-color: #D56B5D;
}
</style>