Shades of Bole #71473D
Tints of Bole #71473D
RGB
CMYK
RGB Variations
Color information
#71473D (or 0x71473D) is known color: Bole. HEX triplet: 71, 47 and 3D. RGB value is (113,71,61). Sum of RGB (Red+Green+Blue) = 113+71+61=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 61 (24.22% from 255 or 24.90% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #71473D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71473D is #8EB8C2. Grayscale: #525252. Windows color (decimal): -9353411 or 4015985. OLE color: 4015985.
HSL color Cylindrical-coordinate representation of color #71473D: hue angle of 11.54º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71473D is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 71 | 61 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.56 |
| HSL | 11.54º | 0.3% | 0.34% | - |
| HSV(B) | 11.54º | 0.46% | 0.44% | - |
| XYZ | 9.91 | 8.35 | 5.51 | - |
| YUV | 82.42 | 115.91 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 71 | 61 | 0 | 0.37 | 0.46 | 0.56 | 11.54 | 0.3 | 0.34 |
| Hex | 71 | 47 | 3D | 0 | 25 | 2E | 38 | C | 1E | 22 |
| Octal | 161 | 107 | 75 | 0 | 45 | 56 | 70 | 14 | 36 | 42 |
| Binary | 1110001 | 1000111 | 111101 | 0 | 100101 | 101110 | 111000 | 1100 | 11110 | 100010 |
Color Harmonies of #71473D
Complementary color
Monochromatic Colors of #71473D
Black with #71473D
Text Example
Text Example
White with #71473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71473D; }
p { color: rgb(113,71,61); }
H1.HeaderClassName
{
color: #71473D;
}
.AnyTagClassName
{
color: #71473D;
}
</style>
background-color css
<style>
a { background-color: #71473D; }
a { background-color: rgb(113,71,61); }
div.DivClassName
{
background-color: #71473D;
}
.BgClassName
{
background-color: #71473D;
}
</style>
border-color css
<style>
span { border-color: #71473D; }
span { border-color: rgb(113,71,61); }
td.TdClassName
{
border-color: #71473D;
}
.TagClassName
{
border-color: #71473D;
}
</style>