Shades of Strikemaster #915476
Tints of Strikemaster #915476
RGB
CMYK
RGB Variations
Color information
#915476 (or 0x915476) is known color: Strikemaster. HEX triplet: 91, 54 and 76. RGB value is (145,84,118). Sum of RGB (Red+Green+Blue) = 145+84+118=347 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.79% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 145 - color contains mainly: red. Hex color #915476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915476 is #6EAB89. Grayscale: #6A6A6A. Windows color (decimal): -7252874 or 7754897. OLE color: 7754897.
HSL color Cylindrical-coordinate representation of color #915476: hue angle of 326.56º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #915476 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 84 | 118 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.43 |
| HSL | 326.56º | 0.27% | 0.45% | - |
| HSV(B) | 326.56º | 0.42% | 0.57% | - |
| XYZ | 18.12 | 13.67 | 18.82 | - |
| YUV | 106.12 | 134.71 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 84 | 118 | 0 | 0.42 | 0.19 | 0.43 | 326.56 | 0.27 | 0.45 |
| Hex | 91 | 54 | 76 | 0 | 2A | 13 | 2B | 147 | 1B | 2D |
| Octal | 221 | 124 | 166 | 0 | 52 | 23 | 53 | 507 | 33 | 55 |
| Binary | 10010001 | 1010100 | 1110110 | 0 | 101010 | 10011 | 101011 | 101000111 | 11011 | 101101 |
Color Harmonies of #915476
Complementary color
Monochromatic Colors of #915476
Black with #915476
Text Example
Text Example
White with #915476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915476; }
p { color: rgb(145,84,118); }
H1.HeaderClassName
{
color: #915476;
}
.AnyTagClassName
{
color: #915476;
}
</style>
background-color css
<style>
a { background-color: #915476; }
a { background-color: rgb(145,84,118); }
div.DivClassName
{
background-color: #915476;
}
.BgClassName
{
background-color: #915476;
}
</style>
border-color css
<style>
span { border-color: #915476; }
span { border-color: rgb(145,84,118); }
td.TdClassName
{
border-color: #915476;
}
.TagClassName
{
border-color: #915476;
}
</style>