Shades of Strikemaster #816575
Tints of Strikemaster #816575
RGB
CMYK
RGB Variations
Color information
#816575 (or 0x816575) is known color: Strikemaster. HEX triplet: 81, 65 and 75. RGB value is (129,101,117). Sum of RGB (Red+Green+Blue) = 129+101+117=347 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.18% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 129 - color contains mainly: red. Hex color #816575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816575 is #7E9A8A. Grayscale: #6F6F6F. Windows color (decimal): -8297099 or 7693697. OLE color: 7693697.
HSL color Cylindrical-coordinate representation of color #816575: hue angle of 325.71º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #816575 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 101 | 117 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.49 |
| HSL | 325.71º | 0.12% | 0.45% | - |
| HSV(B) | 325.71º | 0.22% | 0.51% | - |
| XYZ | 16.92 | 15.26 | 18.88 | - |
| YUV | 111.2 | 131.28 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 101 | 117 | 0 | 0.22 | 0.09 | 0.49 | 325.71 | 0.12 | 0.45 |
| Hex | 81 | 65 | 75 | 0 | 16 | 9 | 31 | 146 | C | 2D |
| Octal | 201 | 145 | 165 | 0 | 26 | 11 | 61 | 506 | 14 | 55 |
| Binary | 10000001 | 1100101 | 1110101 | 0 | 10110 | 1001 | 110001 | 101000110 | 1100 | 101101 |
Color Harmonies of #816575
Complementary color
Monochromatic Colors of #816575
Black with #816575
Text Example
Text Example
White with #816575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816575; }
p { color: rgb(129,101,117); }
H1.HeaderClassName
{
color: #816575;
}
.AnyTagClassName
{
color: #816575;
}
</style>
background-color css
<style>
a { background-color: #816575; }
a { background-color: rgb(129,101,117); }
div.DivClassName
{
background-color: #816575;
}
.BgClassName
{
background-color: #816575;
}
</style>
border-color css
<style>
span { border-color: #816575; }
span { border-color: rgb(129,101,117); }
td.TdClassName
{
border-color: #816575;
}
.TagClassName
{
border-color: #816575;
}
</style>