Shades of Bole #71463D
Tints of Bole #71463D
RGB
CMYK
RGB Variations
Color information
#71463D (or 0x71463D) is known color: Bole. HEX triplet: 71, 46 and 3D. RGB value is (113,70,61). Sum of RGB (Red+Green+Blue) = 113+70+61=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 70 (27.73% from 255 or 28.69% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 113 - color contains mainly: red. Hex color #71463D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71463D is #8EB9C2. Grayscale: #515151. Windows color (decimal): -9353667 or 4015729. OLE color: 4015729.
HSL color Cylindrical-coordinate representation of color #71463D: hue angle of 10.38º 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 #71463D is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 70 | 61 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.56 |
| HSL | 10.38º | 0.3% | 0.34% | - |
| HSV(B) | 10.38º | 0.46% | 0.44% | - |
| XYZ | 9.84 | 8.23 | 5.48 | - |
| YUV | 81.83 | 116.25 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 70 | 61 | 0 | 0.38 | 0.46 | 0.56 | 10.38 | 0.3 | 0.34 |
| Hex | 71 | 46 | 3D | 0 | 26 | 2E | 38 | A | 1E | 22 |
| Octal | 161 | 106 | 75 | 0 | 46 | 56 | 70 | 12 | 36 | 42 |
| Binary | 1110001 | 1000110 | 111101 | 0 | 100110 | 101110 | 111000 | 1010 | 11110 | 100010 |
Color Harmonies of #71463D
Complementary color
Monochromatic Colors of #71463D
Black with #71463D
Text Example
Text Example
White with #71463D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71463D; }
p { color: rgb(113,70,61); }
H1.HeaderClassName
{
color: #71463D;
}
.AnyTagClassName
{
color: #71463D;
}
</style>
background-color css
<style>
a { background-color: #71463D; }
a { background-color: rgb(113,70,61); }
div.DivClassName
{
background-color: #71463D;
}
.BgClassName
{
background-color: #71463D;
}
</style>
border-color css
<style>
span { border-color: #71463D; }
span { border-color: rgb(113,70,61); }
td.TdClassName
{
border-color: #71463D;
}
.TagClassName
{
border-color: #71463D;
}
</style>