Shades of Strikemaster #806071
Tints of Strikemaster #806071
RGB
CMYK
RGB Variations
Color information
#806071 (or 0x806071) is known color: Strikemaster. HEX triplet: 80, 60 and 71. RGB value is (128,96,113). Sum of RGB (Red+Green+Blue) = 128+96+113=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 128 - color contains mainly: red. Hex color #806071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806071 is #7F9F8E. Grayscale: #6B6B6B. Windows color (decimal): -8363919 or 7430272. OLE color: 7430272.
HSL color Cylindrical-coordinate representation of color #806071: hue angle of 328.12º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #806071 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 96 | 113 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.50 |
| HSL | 328.13º | 0.14% | 0.44% | - |
| HSV(B) | 328.13º | 0.25% | 0.5% | - |
| XYZ | 16.07 | 14.15 | 17.51 | - |
| YUV | 107.51 | 131.1 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 96 | 113 | 0 | 0.25 | 0.12 | 0.50 | 328.13 | 0.14 | 0.44 |
| Hex | 80 | 60 | 71 | 0 | 19 | C | 32 | 148 | E | 2C |
| Octal | 200 | 140 | 161 | 0 | 31 | 14 | 62 | 510 | 16 | 54 |
| Binary | 10000000 | 1100000 | 1110001 | 0 | 11001 | 1100 | 110010 | 101001000 | 1110 | 101100 |
Color Harmonies of #806071
Complementary color
Monochromatic Colors of #806071
Black with #806071
Text Example
Text Example
White with #806071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806071; }
p { color: rgb(128,96,113); }
H1.HeaderClassName
{
color: #806071;
}
.AnyTagClassName
{
color: #806071;
}
</style>
background-color css
<style>
a { background-color: #806071; }
a { background-color: rgb(128,96,113); }
div.DivClassName
{
background-color: #806071;
}
.BgClassName
{
background-color: #806071;
}
</style>
border-color css
<style>
span { border-color: #806071; }
span { border-color: rgb(128,96,113); }
td.TdClassName
{
border-color: #806071;
}
.TagClassName
{
border-color: #806071;
}
</style>