Shades of Strikemaster #925379
Tints of Strikemaster #925379
RGB
CMYK
RGB Variations
Color information
#925379 (or 0x925379) is known color: Strikemaster. HEX triplet: 92, 53 and 79. RGB value is (146,83,121). Sum of RGB (Red+Green+Blue) = 146+83+121=350 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.71% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 121 (47.66% from 255 or 34.57% from 350); Max value from RGB is 146 - color contains mainly: red. Hex color #925379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925379 is #6DAC86. Grayscale: #6A6A6A. Windows color (decimal): -7187591 or 7951250. OLE color: 7951250.
HSL color Cylindrical-coordinate representation of color #925379: hue angle of 323.81º 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 #925379 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 83 | 121 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.43 |
| HSL | 323.81º | 0.28% | 0.45% | - |
| HSV(B) | 323.81º | 0.43% | 0.57% | - |
| XYZ | 18.4 | 13.68 | 19.76 | - |
| YUV | 106.17 | 136.37 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 83 | 121 | 0 | 0.43 | 0.17 | 0.43 | 323.81 | 0.28 | 0.45 |
| Hex | 92 | 53 | 79 | 0 | 2B | 11 | 2B | 144 | 1C | 2D |
| Octal | 222 | 123 | 171 | 0 | 53 | 21 | 53 | 504 | 34 | 55 |
| Binary | 10010010 | 1010011 | 1111001 | 0 | 101011 | 10001 | 101011 | 101000100 | 11100 | 101101 |
Color Harmonies of #925379
Complementary color
Monochromatic Colors of #925379
Black with #925379
Text Example
Text Example
White with #925379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925379; }
p { color: rgb(146,83,121); }
H1.HeaderClassName
{
color: #925379;
}
.AnyTagClassName
{
color: #925379;
}
</style>
background-color css
<style>
a { background-color: #925379; }
a { background-color: rgb(146,83,121); }
div.DivClassName
{
background-color: #925379;
}
.BgClassName
{
background-color: #925379;
}
</style>
border-color css
<style>
span { border-color: #925379; }
span { border-color: rgb(146,83,121); }
td.TdClassName
{
border-color: #925379;
}
.TagClassName
{
border-color: #925379;
}
</style>