Shades of Sorbus #D56840
Tints of Sorbus #D56840
RGB
CMYK
RGB Variations
Color information
#D56840 (or 0xD56840) is known color: Sorbus. HEX triplet: D5, 68 and 40. RGB value is (213,104,64). Sum of RGB (Red+Green+Blue) = 213+104+64=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 64 (25.39% from 255 or 16.80% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D56840 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56840 is #2A97BF. Grayscale: #848484. Windows color (decimal): -2791360 or 4221141. OLE color: 4221141.
HSL color Cylindrical-coordinate representation of color #D56840: hue angle of 16.11º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D56840 is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 104 | 64 | - |
| CMYK | 0 | 0.51 | 0.70 | 0.16 |
| HSL | 16.11º | 0.64% | 0.54% | - |
| HSV(B) | 16.11º | 0.7% | 0.84% | - |
| XYZ | 33.32 | 24.42 | 7.81 | - |
| YUV | 132.03 | 89.61 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 104 | 64 | 0 | 0.51 | 0.70 | 0.16 | 16.11 | 0.64 | 0.54 |
| Hex | D5 | 68 | 40 | 0 | 33 | 46 | 10 | 10 | 40 | 36 |
| Octal | 325 | 150 | 100 | 0 | 63 | 106 | 20 | 20 | 100 | 66 |
| Binary | 11010101 | 1101000 | 1000000 | 0 | 110011 | 1000110 | 10000 | 10000 | 1000000 | 110110 |
Color Harmonies of #D56840
Complementary color
Monochromatic Colors of #D56840
Black with #D56840
Text Example
Text Example
White with #D56840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56840; }
p { color: rgb(213,104,64); }
H1.HeaderClassName
{
color: #D56840;
}
.AnyTagClassName
{
color: #D56840;
}
</style>
background-color css
<style>
a { background-color: #D56840; }
a { background-color: rgb(213,104,64); }
div.DivClassName
{
background-color: #D56840;
}
.BgClassName
{
background-color: #D56840;
}
</style>
border-color css
<style>
span { border-color: #D56840; }
span { border-color: rgb(213,104,64); }
td.TdClassName
{
border-color: #D56840;
}
.TagClassName
{
border-color: #D56840;
}
</style>