Shades of Bole #70413D
Tints of Bole #70413D
RGB
CMYK
RGB Variations
Color information
#70413D (or 0x70413D) is known color: Bole. HEX triplet: 70, 41 and 3D. RGB value is (112,65,61). Sum of RGB (Red+Green+Blue) = 112+65+61=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #70413D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70413D is #8FBEC2. Grayscale: #4E4E4E. Windows color (decimal): -9420483 or 4014448. OLE color: 4014448.
HSL color Cylindrical-coordinate representation of color #70413D: hue angle of 4.71º degrees, saturation: 0.29, 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 #70413D is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 65 | 61 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.56 |
| HSL | 4.71º | 0.29% | 0.34% | - |
| HSV(B) | 4.71º | 0.46% | 0.44% | - |
| XYZ | 9.41 | 7.56 | 5.38 | - |
| YUV | 78.6 | 118.07 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 65 | 61 | 0 | 0.42 | 0.46 | 0.56 | 4.71 | 0.29 | 0.34 |
| Hex | 70 | 41 | 3D | 0 | 2A | 2E | 38 | 5 | 1D | 22 |
| Octal | 160 | 101 | 75 | 0 | 52 | 56 | 70 | 5 | 35 | 42 |
| Binary | 1110000 | 1000001 | 111101 | 0 | 101010 | 101110 | 111000 | 101 | 11101 | 100010 |
Color Harmonies of #70413D
Complementary color
Monochromatic Colors of #70413D
Black with #70413D
Text Example
Text Example
White with #70413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70413D; }
p { color: rgb(112,65,61); }
H1.HeaderClassName
{
color: #70413D;
}
.AnyTagClassName
{
color: #70413D;
}
</style>
background-color css
<style>
a { background-color: #70413D; }
a { background-color: rgb(112,65,61); }
div.DivClassName
{
background-color: #70413D;
}
.BgClassName
{
background-color: #70413D;
}
</style>
border-color css
<style>
span { border-color: #70413D; }
span { border-color: rgb(112,65,61); }
td.TdClassName
{
border-color: #70413D;
}
.TagClassName
{
border-color: #70413D;
}
</style>