Shades of Strikemaster #91637E
Tints of Strikemaster #91637E
RGB
CMYK
RGB Variations
Color information
#91637E (or 0x91637E) is known color: Strikemaster. HEX triplet: 91, 63 and 7E. RGB value is (145,99,126). Sum of RGB (Red+Green+Blue) = 145+99+126=370 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.19% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 145 - color contains mainly: red. Hex color #91637E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91637E is #6E9C81. Grayscale: #737373. Windows color (decimal): -7249026 or 8283025. OLE color: 8283025.
HSL color Cylindrical-coordinate representation of color #91637E: hue angle of 324.78º 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 #91637E is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 99 | 126 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.43 |
| HSL | 324.78º | 0.19% | 0.48% | - |
| HSV(B) | 324.78º | 0.32% | 0.57% | - |
| XYZ | 19.9 | 16.45 | 21.86 | - |
| YUV | 115.83 | 133.74 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 99 | 126 | 0 | 0.32 | 0.13 | 0.43 | 324.78 | 0.19 | 0.48 |
| Hex | 91 | 63 | 7E | 0 | 20 | D | 2B | 145 | 13 | 30 |
| Octal | 221 | 143 | 176 | 0 | 40 | 15 | 53 | 505 | 23 | 60 |
| Binary | 10010001 | 1100011 | 1111110 | 0 | 100000 | 1101 | 101011 | 101000101 | 10011 | 110000 |
Color Harmonies of #91637E
Complementary color
Monochromatic Colors of #91637E
Black with #91637E
Text Example
Text Example
White with #91637E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91637E; }
p { color: rgb(145,99,126); }
H1.HeaderClassName
{
color: #91637E;
}
.AnyTagClassName
{
color: #91637E;
}
</style>
background-color css
<style>
a { background-color: #91637E; }
a { background-color: rgb(145,99,126); }
div.DivClassName
{
background-color: #91637E;
}
.BgClassName
{
background-color: #91637E;
}
</style>
border-color css
<style>
span { border-color: #91637E; }
span { border-color: rgb(145,99,126); }
td.TdClassName
{
border-color: #91637E;
}
.TagClassName
{
border-color: #91637E;
}
</style>