Shades of Strikemaster #91637F
Tints of Strikemaster #91637F
RGB
CMYK
RGB Variations
Color information
#91637F (or 0x91637F) is known color: Strikemaster. HEX triplet: 91, 63 and 7F. RGB value is (145,99,127). Sum of RGB (Red+Green+Blue) = 145+99+127=371 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.08% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 145 - color contains mainly: red. Hex color #91637F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91637F is #6E9C80. Grayscale: #737373. Windows color (decimal): -7249025 or 8348561. OLE color: 8348561.
HSL color Cylindrical-coordinate representation of color #91637F: hue angle of 323.48º 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 #91637F is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 99 | 127 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.43 |
| HSL | 323.48º | 0.19% | 0.48% | - |
| HSV(B) | 323.48º | 0.32% | 0.57% | - |
| XYZ | 19.97 | 16.48 | 22.21 | - |
| YUV | 115.95 | 134.24 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 99 | 127 | 0 | 0.32 | 0.12 | 0.43 | 323.48 | 0.19 | 0.48 |
| Hex | 91 | 63 | 7F | 0 | 20 | C | 2B | 143 | 13 | 30 |
| Octal | 221 | 143 | 177 | 0 | 40 | 14 | 53 | 503 | 23 | 60 |
| Binary | 10010001 | 1100011 | 1111111 | 0 | 100000 | 1100 | 101011 | 101000011 | 10011 | 110000 |
Color Harmonies of #91637F
Complementary color
Monochromatic Colors of #91637F
Black with #91637F
Text Example
Text Example
White with #91637F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91637F; }
p { color: rgb(145,99,127); }
H1.HeaderClassName
{
color: #91637F;
}
.AnyTagClassName
{
color: #91637F;
}
</style>
background-color css
<style>
a { background-color: #91637F; }
a { background-color: rgb(145,99,127); }
div.DivClassName
{
background-color: #91637F;
}
.BgClassName
{
background-color: #91637F;
}
</style>
border-color css
<style>
span { border-color: #91637F; }
span { border-color: rgb(145,99,127); }
td.TdClassName
{
border-color: #91637F;
}
.TagClassName
{
border-color: #91637F;
}
</style>