Shades of Roman #D56B5B
Tints of Roman #D56B5B
RGB
CMYK
RGB Variations
Color information
#D56B5B (or 0xD56B5B) is known color: Roman. HEX triplet: D5, 6B and 5B. RGB value is (213,107,91). Sum of RGB (Red+Green+Blue) = 213+107+91=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 91 (35.94% from 255 or 22.14% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D56B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56B5B is #2A94A4. Grayscale: #898989. Windows color (decimal): -2790565 or 5991381. OLE color: 5991381.
HSL color Cylindrical-coordinate representation of color #D56B5B: hue angle of 7.87º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D56B5B is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 107 | 91 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.16 |
| HSL | 7.87º | 0.59% | 0.6% | - |
| HSV(B) | 7.87º | 0.57% | 0.84% | - |
| XYZ | 34.59 | 25.42 | 12.98 | - |
| YUV | 136.87 | 102.12 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 107 | 91 | 0 | 0.50 | 0.57 | 0.16 | 7.87 | 0.59 | 0.6 |
| Hex | D5 | 6B | 5B | 0 | 32 | 39 | 10 | 8 | 3B | 3C |
| Octal | 325 | 153 | 133 | 0 | 62 | 71 | 20 | 10 | 73 | 74 |
| Binary | 11010101 | 1101011 | 1011011 | 0 | 110010 | 111001 | 10000 | 1000 | 111011 | 111100 |
Color Harmonies of #D56B5B
Complementary color
Monochromatic Colors of #D56B5B
Black with #D56B5B
Text Example
Text Example
White with #D56B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56B5B; }
p { color: rgb(213,107,91); }
H1.HeaderClassName
{
color: #D56B5B;
}
.AnyTagClassName
{
color: #D56B5B;
}
</style>
background-color css
<style>
a { background-color: #D56B5B; }
a { background-color: rgb(213,107,91); }
div.DivClassName
{
background-color: #D56B5B;
}
.BgClassName
{
background-color: #D56B5B;
}
</style>
border-color css
<style>
span { border-color: #D56B5B; }
span { border-color: rgb(213,107,91); }
td.TdClassName
{
border-color: #D56B5B;
}
.TagClassName
{
border-color: #D56B5B;
}
</style>