Shades of Sorbus #D77142
Tints of Sorbus #D77142
RGB
CMYK
RGB Variations
Color information
#D77142 (or 0xD77142) is known color: Sorbus. HEX triplet: D7, 71 and 42. RGB value is (215,113,66). Sum of RGB (Red+Green+Blue) = 215+113+66=394 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.57% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 66 (26.17% from 255 or 16.75% from 394); Max value from RGB is 215 - color contains mainly: red. Hex color #D77142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77142 is #288EBD. Grayscale: #8A8A8A. Windows color (decimal): -2657982 or 4354519. OLE color: 4354519.
HSL color Cylindrical-coordinate representation of color #D77142: hue angle of 18.93º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D77142 is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 113 | 66 | - |
| CMYK | 0 | 0.47 | 0.69 | 0.16 |
| HSL | 18.93º | 0.65% | 0.55% | - |
| HSV(B) | 18.93º | 0.69% | 0.84% | - |
| XYZ | 34.91 | 26.65 | 8.46 | - |
| YUV | 138.14 | 87.29 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 113 | 66 | 0 | 0.47 | 0.69 | 0.16 | 18.93 | 0.65 | 0.55 |
| Hex | D7 | 71 | 42 | 0 | 2F | 45 | 10 | 13 | 41 | 37 |
| Octal | 327 | 161 | 102 | 0 | 57 | 105 | 20 | 23 | 101 | 67 |
| Binary | 11010111 | 1110001 | 1000010 | 0 | 101111 | 1000101 | 10000 | 10011 | 1000001 | 110111 |
Color Harmonies of #D77142
Complementary color
Monochromatic Colors of #D77142
Black with #D77142
Text Example
Text Example
White with #D77142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77142; }
p { color: rgb(215,113,66); }
H1.HeaderClassName
{
color: #D77142;
}
.AnyTagClassName
{
color: #D77142;
}
</style>
background-color css
<style>
a { background-color: #D77142; }
a { background-color: rgb(215,113,66); }
div.DivClassName
{
background-color: #D77142;
}
.BgClassName
{
background-color: #D77142;
}
</style>
border-color css
<style>
span { border-color: #D77142; }
span { border-color: rgb(215,113,66); }
td.TdClassName
{
border-color: #D77142;
}
.TagClassName
{
border-color: #D77142;
}
</style>