Shades of Strikemaster #91627A
Tints of Strikemaster #91627A
RGB
CMYK
RGB Variations
Color information
#91627A (or 0x91627A) is known color: Strikemaster. HEX triplet: 91, 62 and 7A. RGB value is (145,98,122). Sum of RGB (Red+Green+Blue) = 145+98+122=365 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.73% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 145 - color contains mainly: red. Hex color #91627A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91627A is #6E9D85. Grayscale: #727272. Windows color (decimal): -7249286 or 8020625. OLE color: 8020625.
HSL color Cylindrical-coordinate representation of color #91627A: hue angle of 329.36º 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 #91627A is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 98 | 122 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.43 |
| HSL | 329.36º | 0.19% | 0.48% | - |
| HSV(B) | 329.36º | 0.32% | 0.57% | - |
| XYZ | 19.56 | 16.16 | 20.5 | - |
| YUV | 114.79 | 132.07 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 98 | 122 | 0 | 0.32 | 0.16 | 0.43 | 329.36 | 0.19 | 0.48 |
| Hex | 91 | 62 | 7A | 0 | 20 | 10 | 2B | 149 | 13 | 30 |
| Octal | 221 | 142 | 172 | 0 | 40 | 20 | 53 | 511 | 23 | 60 |
| Binary | 10010001 | 1100010 | 1111010 | 0 | 100000 | 10000 | 101011 | 101001001 | 10011 | 110000 |
Color Harmonies of #91627A
Complementary color
Monochromatic Colors of #91627A
Black with #91627A
Text Example
Text Example
White with #91627A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91627A; }
p { color: rgb(145,98,122); }
H1.HeaderClassName
{
color: #91627A;
}
.AnyTagClassName
{
color: #91627A;
}
</style>
background-color css
<style>
a { background-color: #91627A; }
a { background-color: rgb(145,98,122); }
div.DivClassName
{
background-color: #91627A;
}
.BgClassName
{
background-color: #91627A;
}
</style>
border-color css
<style>
span { border-color: #91627A; }
span { border-color: rgb(145,98,122); }
td.TdClassName
{
border-color: #91627A;
}
.TagClassName
{
border-color: #91627A;
}
</style>