Shades of Strikemaster #815A73
Tints of Strikemaster #815A73
RGB
CMYK
RGB Variations
Color information
#815A73 (or 0x815A73) is known color: Strikemaster. HEX triplet: 81, 5A and 73. RGB value is (129,90,115). Sum of RGB (Red+Green+Blue) = 129+90+115=334 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.62% from 334); Green value is 90 (35.55% from 255 or 26.95% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 129 - color contains mainly: red. Hex color #815A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815A73 is #7EA58C. Grayscale: #686868. Windows color (decimal): -8299917 or 7559809. OLE color: 7559809.
HSL color Cylindrical-coordinate representation of color #815A73: hue angle of 321.54º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #815A73 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 90 | 115 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.49 |
| HSL | 321.54º | 0.18% | 0.43% | - |
| HSV(B) | 321.54º | 0.3% | 0.51% | - |
| XYZ | 15.8 | 13.22 | 17.94 | - |
| YUV | 104.51 | 133.92 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 90 | 115 | 0 | 0.30 | 0.11 | 0.49 | 321.54 | 0.18 | 0.43 |
| Hex | 81 | 5A | 73 | 0 | 1E | B | 31 | 142 | 12 | 2B |
| Octal | 201 | 132 | 163 | 0 | 36 | 13 | 61 | 502 | 22 | 53 |
| Binary | 10000001 | 1011010 | 1110011 | 0 | 11110 | 1011 | 110001 | 101000010 | 10010 | 101011 |
Color Harmonies of #815A73
Complementary color
Monochromatic Colors of #815A73
Black with #815A73
Text Example
Text Example
White with #815A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815A73; }
p { color: rgb(129,90,115); }
H1.HeaderClassName
{
color: #815A73;
}
.AnyTagClassName
{
color: #815A73;
}
</style>
background-color css
<style>
a { background-color: #815A73; }
a { background-color: rgb(129,90,115); }
div.DivClassName
{
background-color: #815A73;
}
.BgClassName
{
background-color: #815A73;
}
</style>
border-color css
<style>
span { border-color: #815A73; }
span { border-color: rgb(129,90,115); }
td.TdClassName
{
border-color: #815A73;
}
.TagClassName
{
border-color: #815A73;
}
</style>