Shades of Baker's Chocolate #71290B
Tints of Baker's Chocolate #71290B
RGB
CMYK
RGB Variations
Color information
#71290B (or 0x71290B) is known color: Baker's Chocolate. HEX triplet: 71, 29 and 0B. RGB value is (113,41,11). Sum of RGB (Red+Green+Blue) = 113+41+11=165 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.48% from 165); Green value is 41 (16.41% from 255 or 24.85% from 165); Blue value is 11 (4.69% from 255 or 6.67% from 165); Max value from RGB is 113 - color contains mainly: red. Hex color #71290B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71290B is #8ED6F4. Grayscale: #3B3B3B. Windows color (decimal): -9361141 or 731505. OLE color: 731505.
HSL color Cylindrical-coordinate representation of color #71290B: hue angle of 17.65º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71290B is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 41 | 11 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.56 |
| HSL | 17.65º | 0.82% | 0.24% | - |
| HSV(B) | 17.65º | 0.9% | 0.44% | - |
| XYZ | 7.66 | 5.12 | 0.9 | - |
| YUV | 59.11 | 100.85 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 41 | 11 | 0 | 0.64 | 0.90 | 0.56 | 17.65 | 0.82 | 0.24 |
| Hex | 71 | 29 | B | 0 | 40 | 5A | 38 | 12 | 52 | 18 |
| Octal | 161 | 51 | 13 | 0 | 100 | 132 | 70 | 22 | 122 | 30 |
| Binary | 1110001 | 101001 | 1011 | 0 | 1000000 | 1011010 | 111000 | 10010 | 1010010 | 11000 |
Color Harmonies of #71290B
Complementary color
Monochromatic Colors of #71290B
Black with #71290B
Text Example
Text Example
White with #71290B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71290B; }
p { color: rgb(113,41,11); }
H1.HeaderClassName
{
color: #71290B;
}
.AnyTagClassName
{
color: #71290B;
}
</style>
background-color css
<style>
a { background-color: #71290B; }
a { background-color: rgb(113,41,11); }
div.DivClassName
{
background-color: #71290B;
}
.BgClassName
{
background-color: #71290B;
}
</style>
border-color css
<style>
span { border-color: #71290B; }
span { border-color: rgb(113,41,11); }
td.TdClassName
{
border-color: #71290B;
}
.TagClassName
{
border-color: #71290B;
}
</style>