Shades of Bull Shot #71442D
Tints of Bull Shot #71442D
RGB
CMYK
RGB Variations
Color information
#71442D (or 0x71442D) is known color: Bull Shot. HEX triplet: 71, 44 and 2D. RGB value is (113,68,45). Sum of RGB (Red+Green+Blue) = 113+68+45=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 68 (26.95% from 255 or 30.09% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #71442D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71442D is #8EBBD2. Grayscale: #4E4E4E. Windows color (decimal): -9354195 or 2966641. OLE color: 2966641.
HSL color Cylindrical-coordinate representation of color #71442D: hue angle of 20.29º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #71442D is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 68 | 45 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.56 |
| HSL | 20.29º | 0.43% | 0.31% | - |
| HSV(B) | 20.29º | 0.6% | 0.44% | - |
| XYZ | 9.35 | 7.83 | 3.5 | - |
| YUV | 78.83 | 108.91 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 68 | 45 | 0 | 0.40 | 0.60 | 0.56 | 20.29 | 0.43 | 0.31 |
| Hex | 71 | 44 | 2D | 0 | 28 | 3C | 38 | 14 | 2B | 1F |
| Octal | 161 | 104 | 55 | 0 | 50 | 74 | 70 | 24 | 53 | 37 |
| Binary | 1110001 | 1000100 | 101101 | 0 | 101000 | 111100 | 111000 | 10100 | 101011 | 11111 |
Color Harmonies of #71442D
Complementary color
Monochromatic Colors of #71442D
Black with #71442D
Text Example
Text Example
White with #71442D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71442D; }
p { color: rgb(113,68,45); }
H1.HeaderClassName
{
color: #71442D;
}
.AnyTagClassName
{
color: #71442D;
}
</style>
background-color css
<style>
a { background-color: #71442D; }
a { background-color: rgb(113,68,45); }
div.DivClassName
{
background-color: #71442D;
}
.BgClassName
{
background-color: #71442D;
}
</style>
border-color css
<style>
span { border-color: #71442D; }
span { border-color: rgb(113,68,45); }
td.TdClassName
{
border-color: #71442D;
}
.TagClassName
{
border-color: #71442D;
}
</style>