Shades of Strikemaster #806173
Tints of Strikemaster #806173
RGB
CMYK
RGB Variations
Color information
#806173 (or 0x806173) is known color: Strikemaster. HEX triplet: 80, 61 and 73. RGB value is (128,97,115). Sum of RGB (Red+Green+Blue) = 128+97+115=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 128 - color contains mainly: red. Hex color #806173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806173 is #7F9E8C. Grayscale: #6C6C6C. Windows color (decimal): -8363661 or 7561600. OLE color: 7561600.
HSL color Cylindrical-coordinate representation of color #806173: hue angle of 325.16º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #806173 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 97 | 115 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.50 |
| HSL | 325.16º | 0.14% | 0.44% | - |
| HSV(B) | 325.16º | 0.24% | 0.5% | - |
| XYZ | 16.27 | 14.38 | 18.14 | - |
| YUV | 108.32 | 131.77 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 97 | 115 | 0 | 0.24 | 0.10 | 0.50 | 325.16 | 0.14 | 0.44 |
| Hex | 80 | 61 | 73 | 0 | 18 | A | 32 | 145 | E | 2C |
| Octal | 200 | 141 | 163 | 0 | 30 | 12 | 62 | 505 | 16 | 54 |
| Binary | 10000000 | 1100001 | 1110011 | 0 | 11000 | 1010 | 110010 | 101000101 | 1110 | 101100 |
Color Harmonies of #806173
Complementary color
Monochromatic Colors of #806173
Black with #806173
Text Example
Text Example
White with #806173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806173; }
p { color: rgb(128,97,115); }
H1.HeaderClassName
{
color: #806173;
}
.AnyTagClassName
{
color: #806173;
}
</style>
background-color css
<style>
a { background-color: #806173; }
a { background-color: rgb(128,97,115); }
div.DivClassName
{
background-color: #806173;
}
.BgClassName
{
background-color: #806173;
}
</style>
border-color css
<style>
span { border-color: #806173; }
span { border-color: rgb(128,97,115); }
td.TdClassName
{
border-color: #806173;
}
.TagClassName
{
border-color: #806173;
}
</style>