Shades of Strikemaster #925276
Tints of Strikemaster #925276
RGB
CMYK
RGB Variations
Color information
#925276 (or 0x925276) is known color: Strikemaster. HEX triplet: 92, 52 and 76. RGB value is (146,82,118). Sum of RGB (Red+Green+Blue) = 146+82+118=346 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.20% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 146 - color contains mainly: red. Hex color #925276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925276 is #6DAD89. Grayscale: #696969. Windows color (decimal): -7187850 or 7754386. OLE color: 7754386.
HSL color Cylindrical-coordinate representation of color #925276: hue angle of 326.25º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #925276 is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 82 | 118 | - |
| CMYK | 0 | 0.44 | 0.19 | 0.43 |
| HSL | 326.25º | 0.28% | 0.45% | - |
| HSV(B) | 326.25º | 0.44% | 0.57% | - |
| XYZ | 18.14 | 13.45 | 18.78 | - |
| YUV | 105.24 | 135.2 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 82 | 118 | 0 | 0.44 | 0.19 | 0.43 | 326.25 | 0.28 | 0.45 |
| Hex | 92 | 52 | 76 | 0 | 2C | 13 | 2B | 146 | 1C | 2D |
| Octal | 222 | 122 | 166 | 0 | 54 | 23 | 53 | 506 | 34 | 55 |
| Binary | 10010010 | 1010010 | 1110110 | 0 | 101100 | 10011 | 101011 | 101000110 | 11100 | 101101 |
Color Harmonies of #925276
Complementary color
Monochromatic Colors of #925276
Black with #925276
Text Example
Text Example
White with #925276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925276; }
p { color: rgb(146,82,118); }
H1.HeaderClassName
{
color: #925276;
}
.AnyTagClassName
{
color: #925276;
}
</style>
background-color css
<style>
a { background-color: #925276; }
a { background-color: rgb(146,82,118); }
div.DivClassName
{
background-color: #925276;
}
.BgClassName
{
background-color: #925276;
}
</style>
border-color css
<style>
span { border-color: #925276; }
span { border-color: rgb(146,82,118); }
td.TdClassName
{
border-color: #925276;
}
.TagClassName
{
border-color: #925276;
}
</style>