Shades of Strikemaster #915277
Tints of Strikemaster #915277
RGB
CMYK
RGB Variations
Color information
#915277 (or 0x915277) is known color: Strikemaster. HEX triplet: 91, 52 and 77. RGB value is (145,82,119). Sum of RGB (Red+Green+Blue) = 145+82+119=346 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.91% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 119 (46.88% from 255 or 34.39% from 346); Max value from RGB is 145 - color contains mainly: red. Hex color #915277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915277 is #6EAD88. Grayscale: #686868. Windows color (decimal): -7253385 or 7819921. OLE color: 7819921.
HSL color Cylindrical-coordinate representation of color #915277: hue angle of 324.76º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #915277 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 82 | 119 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.43 |
| HSL | 324.76º | 0.28% | 0.45% | - |
| HSV(B) | 324.76º | 0.43% | 0.57% | - |
| XYZ | 18.02 | 13.39 | 19.09 | - |
| YUV | 105.06 | 135.87 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 82 | 119 | 0 | 0.43 | 0.18 | 0.43 | 324.76 | 0.28 | 0.45 |
| Hex | 91 | 52 | 77 | 0 | 2B | 12 | 2B | 145 | 1C | 2D |
| Octal | 221 | 122 | 167 | 0 | 53 | 22 | 53 | 505 | 34 | 55 |
| Binary | 10010001 | 1010010 | 1110111 | 0 | 101011 | 10010 | 101011 | 101000101 | 11100 | 101101 |
Color Harmonies of #915277
Complementary color
Monochromatic Colors of #915277
Black with #915277
Text Example
Text Example
White with #915277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915277; }
p { color: rgb(145,82,119); }
H1.HeaderClassName
{
color: #915277;
}
.AnyTagClassName
{
color: #915277;
}
</style>
background-color css
<style>
a { background-color: #915277; }
a { background-color: rgb(145,82,119); }
div.DivClassName
{
background-color: #915277;
}
.BgClassName
{
background-color: #915277;
}
</style>
border-color css
<style>
span { border-color: #915277; }
span { border-color: rgb(145,82,119); }
td.TdClassName
{
border-color: #915277;
}
.TagClassName
{
border-color: #915277;
}
</style>