Shades of Sorbus #D56D3B
Tints of Sorbus #D56D3B
RGB
CMYK
RGB Variations
Color information
#D56D3B (or 0xD56D3B) is known color: Sorbus. HEX triplet: D5, 6D and 3B. RGB value is (213,109,59). Sum of RGB (Red+Green+Blue) = 213+109+59=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 59 (23.44% from 255 or 15.49% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D56D3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56D3B is #2A92C4. Grayscale: #868686. Windows color (decimal): -2790085 or 3894741. OLE color: 3894741.
HSL color Cylindrical-coordinate representation of color #D56D3B: hue angle of 19.48º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D56D3B is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 109 | 59 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.16 |
| HSL | 19.48º | 0.65% | 0.53% | - |
| HSV(B) | 19.48º | 0.72% | 0.84% | - |
| XYZ | 33.7 | 25.4 | 7.26 | - |
| YUV | 134.4 | 85.46 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 109 | 59 | 0 | 0.49 | 0.72 | 0.16 | 19.48 | 0.65 | 0.53 |
| Hex | D5 | 6D | 3B | 0 | 31 | 48 | 10 | 13 | 41 | 35 |
| Octal | 325 | 155 | 73 | 0 | 61 | 110 | 20 | 23 | 101 | 65 |
| Binary | 11010101 | 1101101 | 111011 | 0 | 110001 | 1001000 | 10000 | 10011 | 1000001 | 110101 |
Color Harmonies of #D56D3B
Complementary color
Monochromatic Colors of #D56D3B
Black with #D56D3B
Text Example
Text Example
White with #D56D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56D3B; }
p { color: rgb(213,109,59); }
H1.HeaderClassName
{
color: #D56D3B;
}
.AnyTagClassName
{
color: #D56D3B;
}
</style>
background-color css
<style>
a { background-color: #D56D3B; }
a { background-color: rgb(213,109,59); }
div.DivClassName
{
background-color: #D56D3B;
}
.BgClassName
{
background-color: #D56D3B;
}
</style>
border-color css
<style>
span { border-color: #D56D3B; }
span { border-color: rgb(213,109,59); }
td.TdClassName
{
border-color: #D56D3B;
}
.TagClassName
{
border-color: #D56D3B;
}
</style>