Shades of Bole #71443D
Tints of Bole #71443D
RGB
CMYK
RGB Variations
Color information
#71443D (or 0x71443D) is known color: Bole. HEX triplet: 71, 44 and 3D. RGB value is (113,68,61). Sum of RGB (Red+Green+Blue) = 113+68+61=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #71443D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71443D is #8EBBC2. Grayscale: #505050. Windows color (decimal): -9354179 or 4015217. OLE color: 4015217.
HSL color Cylindrical-coordinate representation of color #71443D: hue angle of 8.08º 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 #71443D is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 68 | 61 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.56 |
| HSL | 8.08º | 0.3% | 0.34% | - |
| HSV(B) | 8.08º | 0.46% | 0.44% | - |
| XYZ | 9.72 | 7.98 | 5.44 | - |
| YUV | 80.66 | 116.91 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 68 | 61 | 0 | 0.40 | 0.46 | 0.56 | 8.08 | 0.3 | 0.34 |
| Hex | 71 | 44 | 3D | 0 | 28 | 2E | 38 | 8 | 1E | 22 |
| Octal | 161 | 104 | 75 | 0 | 50 | 56 | 70 | 10 | 36 | 42 |
| Binary | 1110001 | 1000100 | 111101 | 0 | 101000 | 101110 | 111000 | 1000 | 11110 | 100010 |
Color Harmonies of #71443D
Complementary color
Monochromatic Colors of #71443D
Black with #71443D
Text Example
Text Example
White with #71443D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71443D; }
p { color: rgb(113,68,61); }
H1.HeaderClassName
{
color: #71443D;
}
.AnyTagClassName
{
color: #71443D;
}
</style>
background-color css
<style>
a { background-color: #71443D; }
a { background-color: rgb(113,68,61); }
div.DivClassName
{
background-color: #71443D;
}
.BgClassName
{
background-color: #71443D;
}
</style>
border-color css
<style>
span { border-color: #71443D; }
span { border-color: rgb(113,68,61); }
td.TdClassName
{
border-color: #71443D;
}
.TagClassName
{
border-color: #71443D;
}
</style>