Shades of Bole #71453B
Tints of Bole #71453B
RGB
CMYK
RGB Variations
Color information
#71453B (or 0x71453B) is known color: Bole. HEX triplet: 71, 45 and 3B. RGB value is (113,69,59). Sum of RGB (Red+Green+Blue) = 113+69+59=241 (31% of max value = 765). Red value is 113 (44.53% from 255 or 46.89% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 59 (23.44% from 255 or 24.48% from 241); Max value from RGB is 113 - color contains mainly: red. Hex color #71453B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71453B is #8EBAC4. Grayscale: #515151. Windows color (decimal): -9353925 or 3884401. OLE color: 3884401.
HSL color Cylindrical-coordinate representation of color #71453B: hue angle of 11.11º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71453B is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 69 | 59 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.56 |
| HSL | 11.11º | 0.31% | 0.34% | - |
| HSV(B) | 11.11º | 0.48% | 0.44% | - |
| XYZ | 9.73 | 8.08 | 5.19 | - |
| YUV | 81.02 | 115.58 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 69 | 59 | 0 | 0.39 | 0.48 | 0.56 | 11.11 | 0.31 | 0.34 |
| Hex | 71 | 45 | 3B | 0 | 27 | 30 | 38 | B | 1F | 22 |
| Octal | 161 | 105 | 73 | 0 | 47 | 60 | 70 | 13 | 37 | 42 |
| Binary | 1110001 | 1000101 | 111011 | 0 | 100111 | 110000 | 111000 | 1011 | 11111 | 100010 |
Color Harmonies of #71453B
Complementary color
Monochromatic Colors of #71453B
Black with #71453B
Text Example
Text Example
White with #71453B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71453B; }
p { color: rgb(113,69,59); }
H1.HeaderClassName
{
color: #71453B;
}
.AnyTagClassName
{
color: #71453B;
}
</style>
background-color css
<style>
a { background-color: #71453B; }
a { background-color: rgb(113,69,59); }
div.DivClassName
{
background-color: #71453B;
}
.BgClassName
{
background-color: #71453B;
}
</style>
border-color css
<style>
span { border-color: #71453B; }
span { border-color: rgb(113,69,59); }
td.TdClassName
{
border-color: #71453B;
}
.TagClassName
{
border-color: #71453B;
}
</style>