Shades of Strikemaster #815E73
Tints of Strikemaster #815E73
RGB
CMYK
RGB Variations
Color information
#815E73 (or 0x815E73) is known color: Strikemaster. HEX triplet: 81, 5E and 73. RGB value is (129,94,115). Sum of RGB (Red+Green+Blue) = 129+94+115=338 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.17% from 338); Green value is 94 (37.11% from 255 or 27.81% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 129 - color contains mainly: red. Hex color #815E73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815E73 is #7EA18C. Grayscale: #6A6A6A. Windows color (decimal): -8298893 or 7560833. OLE color: 7560833.
HSL color Cylindrical-coordinate representation of color #815E73: hue angle of 324º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #815E73 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 94 | 115 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.49 |
| HSL | 324º | 0.16% | 0.44% | - |
| HSV(B) | 324º | 0.27% | 0.51% | - |
| XYZ | 16.15 | 13.91 | 18.05 | - |
| YUV | 106.86 | 132.6 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 94 | 115 | 0 | 0.27 | 0.11 | 0.49 | 324 | 0.16 | 0.44 |
| Hex | 81 | 5E | 73 | 0 | 1B | B | 31 | 144 | 10 | 2C |
| Octal | 201 | 136 | 163 | 0 | 33 | 13 | 61 | 504 | 20 | 54 |
| Binary | 10000001 | 1011110 | 1110011 | 0 | 11011 | 1011 | 110001 | 101000100 | 10000 | 101100 |
Color Harmonies of #815E73
Complementary color
Monochromatic Colors of #815E73
Black with #815E73
Text Example
Text Example
White with #815E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815E73; }
p { color: rgb(129,94,115); }
H1.HeaderClassName
{
color: #815E73;
}
.AnyTagClassName
{
color: #815E73;
}
</style>
background-color css
<style>
a { background-color: #815E73; }
a { background-color: rgb(129,94,115); }
div.DivClassName
{
background-color: #815E73;
}
.BgClassName
{
background-color: #815E73;
}
</style>
border-color css
<style>
span { border-color: #815E73; }
span { border-color: rgb(129,94,115); }
td.TdClassName
{
border-color: #815E73;
}
.TagClassName
{
border-color: #815E73;
}
</style>