Shades of Bole #71423D
Tints of Bole #71423D
RGB
CMYK
RGB Variations
Color information
#71423D (or 0x71423D) is known color: Bole. HEX triplet: 71, 42 and 3D. RGB value is (113,66,61). Sum of RGB (Red+Green+Blue) = 113+66+61=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 113 - color contains mainly: red. Hex color #71423D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71423D is #8EBDC2. Grayscale: #4F4F4F. Windows color (decimal): -9354691 or 4014705. OLE color: 4014705.
HSL color Cylindrical-coordinate representation of color #71423D: hue angle of 5.77º 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 #71423D is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 66 | 61 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.56 |
| HSL | 5.77º | 0.3% | 0.34% | - |
| HSV(B) | 5.77º | 0.46% | 0.44% | - |
| XYZ | 9.6 | 7.74 | 5.4 | - |
| YUV | 79.48 | 117.57 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 66 | 61 | 0 | 0.42 | 0.46 | 0.56 | 5.77 | 0.3 | 0.34 |
| Hex | 71 | 42 | 3D | 0 | 2A | 2E | 38 | 6 | 1E | 22 |
| Octal | 161 | 102 | 75 | 0 | 52 | 56 | 70 | 6 | 36 | 42 |
| Binary | 1110001 | 1000010 | 111101 | 0 | 101010 | 101110 | 111000 | 110 | 11110 | 100010 |
Color Harmonies of #71423D
Complementary color
Monochromatic Colors of #71423D
Black with #71423D
Text Example
Text Example
White with #71423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71423D; }
p { color: rgb(113,66,61); }
H1.HeaderClassName
{
color: #71423D;
}
.AnyTagClassName
{
color: #71423D;
}
</style>
background-color css
<style>
a { background-color: #71423D; }
a { background-color: rgb(113,66,61); }
div.DivClassName
{
background-color: #71423D;
}
.BgClassName
{
background-color: #71423D;
}
</style>
border-color css
<style>
span { border-color: #71423D; }
span { border-color: rgb(113,66,61); }
td.TdClassName
{
border-color: #71423D;
}
.TagClassName
{
border-color: #71423D;
}
</style>