Shades of Tenne (Tawny) #D7580B
Tints of Tenne (Tawny) #D7580B
RGB
CMYK
RGB Variations
Color information
#D7580B (or 0xD7580B) is known color: Tenne (Tawny). HEX triplet: D7, 58 and 0B. RGB value is (215,88,11). Sum of RGB (Red+Green+Blue) = 215+88+11=314 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.47% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 11 (4.69% from 255 or 3.50% from 314); Max value from RGB is 215 - color contains mainly: red. Hex color #D7580B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7580B is #28A7F4. Grayscale: #757575. Windows color (decimal): -2664437 or 743639. OLE color: 743639.
HSL color Cylindrical-coordinate representation of color #D7580B: hue angle of 22.65º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D7580B is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 88 | 11 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.16 |
| HSL | 22.65º | 0.9% | 0.44% | - |
| HSV(B) | 22.65º | 0.95% | 0.84% | - |
| XYZ | 31.57 | 21.45 | 2.79 | - |
| YUV | 117.2 | 68.08 | 197.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 88 | 11 | 0 | 0.59 | 0.95 | 0.16 | 22.65 | 0.9 | 0.44 |
| Hex | D7 | 58 | B | 0 | 3B | 5F | 10 | 17 | 5A | 2C |
| Octal | 327 | 130 | 13 | 0 | 73 | 137 | 20 | 27 | 132 | 54 |
| Binary | 11010111 | 1011000 | 1011 | 0 | 111011 | 1011111 | 10000 | 10111 | 1011010 | 101100 |
Color Harmonies of #D7580B
Complementary color
Monochromatic Colors of #D7580B
Black with #D7580B
Text Example
Text Example
White with #D7580B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7580B; }
p { color: rgb(215,88,11); }
H1.HeaderClassName
{
color: #D7580B;
}
.AnyTagClassName
{
color: #D7580B;
}
</style>
background-color css
<style>
a { background-color: #D7580B; }
a { background-color: rgb(215,88,11); }
div.DivClassName
{
background-color: #D7580B;
}
.BgClassName
{
background-color: #D7580B;
}
</style>
border-color css
<style>
span { border-color: #D7580B; }
span { border-color: rgb(215,88,11); }
td.TdClassName
{
border-color: #D7580B;
}
.TagClassName
{
border-color: #D7580B;
}
</style>