Shades of Strikemaster #92637D
Tints of Strikemaster #92637D
RGB
CMYK
RGB Variations
Color information
#92637D (or 0x92637D) is known color: Strikemaster. HEX triplet: 92, 63 and 7D. RGB value is (146,99,125). Sum of RGB (Red+Green+Blue) = 146+99+125=370 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.46% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 146 - color contains mainly: red. Hex color #92637D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92637D is #6D9C82. Grayscale: #737373. Windows color (decimal): -7183491 or 8217490. OLE color: 8217490.
HSL color Cylindrical-coordinate representation of color #92637D: hue angle of 326.81º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #92637D is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 99 | 125 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.43 |
| HSL | 326.81º | 0.19% | 0.48% | - |
| HSV(B) | 326.81º | 0.32% | 0.57% | - |
| XYZ | 20.02 | 16.52 | 21.53 | - |
| YUV | 116.02 | 133.07 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 99 | 125 | 0 | 0.32 | 0.14 | 0.43 | 326.81 | 0.19 | 0.48 |
| Hex | 92 | 63 | 7D | 0 | 20 | E | 2B | 147 | 13 | 30 |
| Octal | 222 | 143 | 175 | 0 | 40 | 16 | 53 | 507 | 23 | 60 |
| Binary | 10010010 | 1100011 | 1111101 | 0 | 100000 | 1110 | 101011 | 101000111 | 10011 | 110000 |
Color Harmonies of #92637D
Complementary color
Monochromatic Colors of #92637D
Black with #92637D
Text Example
Text Example
White with #92637D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92637D; }
p { color: rgb(146,99,125); }
H1.HeaderClassName
{
color: #92637D;
}
.AnyTagClassName
{
color: #92637D;
}
</style>
background-color css
<style>
a { background-color: #92637D; }
a { background-color: rgb(146,99,125); }
div.DivClassName
{
background-color: #92637D;
}
.BgClassName
{
background-color: #92637D;
}
</style>
border-color css
<style>
span { border-color: #92637D; }
span { border-color: rgb(146,99,125); }
td.TdClassName
{
border-color: #92637D;
}
.TagClassName
{
border-color: #92637D;
}
</style>