Shades of Bull Shot #70422E
Tints of Bull Shot #70422E
RGB
CMYK
RGB Variations
Color information
#70422E (or 0x70422E) is known color: Bull Shot. HEX triplet: 70, 42 and 2E. RGB value is (112,66,46). Sum of RGB (Red+Green+Blue) = 112+66+46=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 66 (26.17% from 255 or 29.46% from 224); Blue value is 46 (18.36% from 255 or 20.54% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #70422E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70422E is #8FBDD1. Grayscale: #4D4D4D. Windows color (decimal): -9420242 or 3031664. OLE color: 3031664.
HSL color Cylindrical-coordinate representation of color #70422E: hue angle of 18.18º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #70422E is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 66 | 46 | - |
| CMYK | 0 | 0.41 | 0.59 | 0.56 |
| HSL | 18.18º | 0.42% | 0.31% | - |
| HSV(B) | 18.18º | 0.59% | 0.44% | - |
| XYZ | 9.12 | 7.54 | 3.56 | - |
| YUV | 77.47 | 110.24 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 66 | 46 | 0 | 0.41 | 0.59 | 0.56 | 18.18 | 0.42 | 0.31 |
| Hex | 70 | 42 | 2E | 0 | 29 | 3B | 38 | 12 | 2A | 1F |
| Octal | 160 | 102 | 56 | 0 | 51 | 73 | 70 | 22 | 52 | 37 |
| Binary | 1110000 | 1000010 | 101110 | 0 | 101001 | 111011 | 111000 | 10010 | 101010 | 11111 |
Color Harmonies of #70422E
Complementary color
Monochromatic Colors of #70422E
Black with #70422E
Text Example
Text Example
White with #70422E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70422E; }
p { color: rgb(112,66,46); }
H1.HeaderClassName
{
color: #70422E;
}
.AnyTagClassName
{
color: #70422E;
}
</style>
background-color css
<style>
a { background-color: #70422E; }
a { background-color: rgb(112,66,46); }
div.DivClassName
{
background-color: #70422E;
}
.BgClassName
{
background-color: #70422E;
}
</style>
border-color css
<style>
span { border-color: #70422E; }
span { border-color: rgb(112,66,46); }
td.TdClassName
{
border-color: #70422E;
}
.TagClassName
{
border-color: #70422E;
}
</style>