Shades of Strikemaster #925377
Tints of Strikemaster #925377
RGB
CMYK
RGB Variations
Color information
#925377 (or 0x925377) is known color: Strikemaster. HEX triplet: 92, 53 and 77. RGB value is (146,83,119). Sum of RGB (Red+Green+Blue) = 146+83+119=348 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.95% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 119 (46.88% from 255 or 34.20% from 348); Max value from RGB is 146 - color contains mainly: red. Hex color #925377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925377 is #6DAC88. Grayscale: #696969. Windows color (decimal): -7187593 or 7820178. OLE color: 7820178.
HSL color Cylindrical-coordinate representation of color #925377: hue angle of 325.71º 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 #925377 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 83 | 119 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.43 |
| HSL | 325.71º | 0.28% | 0.45% | - |
| HSV(B) | 325.71º | 0.43% | 0.57% | - |
| XYZ | 18.28 | 13.63 | 19.12 | - |
| YUV | 105.94 | 135.37 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 83 | 119 | 0 | 0.43 | 0.18 | 0.43 | 325.71 | 0.28 | 0.45 |
| Hex | 92 | 53 | 77 | 0 | 2B | 12 | 2B | 146 | 1C | 2D |
| Octal | 222 | 123 | 167 | 0 | 53 | 22 | 53 | 506 | 34 | 55 |
| Binary | 10010010 | 1010011 | 1110111 | 0 | 101011 | 10010 | 101011 | 101000110 | 11100 | 101101 |
Color Harmonies of #925377
Complementary color
Monochromatic Colors of #925377
Black with #925377
Text Example
Text Example
White with #925377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925377; }
p { color: rgb(146,83,119); }
H1.HeaderClassName
{
color: #925377;
}
.AnyTagClassName
{
color: #925377;
}
</style>
background-color css
<style>
a { background-color: #925377; }
a { background-color: rgb(146,83,119); }
div.DivClassName
{
background-color: #925377;
}
.BgClassName
{
background-color: #925377;
}
</style>
border-color css
<style>
span { border-color: #925377; }
span { border-color: rgb(146,83,119); }
td.TdClassName
{
border-color: #925377;
}
.TagClassName
{
border-color: #925377;
}
</style>