Shades of Strikemaster #91697D
Tints of Strikemaster #91697D
RGB
CMYK
RGB Variations
Color information
#91697D (or 0x91697D) is known color: Strikemaster. HEX triplet: 91, 69 and 7D. RGB value is (145,105,125). Sum of RGB (Red+Green+Blue) = 145+105+125=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 145 - color contains mainly: red. Hex color #91697D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91697D is #6E9682. Grayscale: #777777. Windows color (decimal): -7247491 or 8219025. OLE color: 8219025.
HSL color Cylindrical-coordinate representation of color #91697D: hue angle of 330º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #91697D is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 105 | 125 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.43 |
| HSL | 330º | 0.16% | 0.49% | - |
| HSV(B) | 330º | 0.28% | 0.57% | - |
| XYZ | 20.43 | 17.6 | 21.72 | - |
| YUV | 119.24 | 131.25 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 105 | 125 | 0 | 0.28 | 0.14 | 0.43 | 330 | 0.16 | 0.49 |
| Hex | 91 | 69 | 7D | 0 | 1C | E | 2B | 14A | 10 | 31 |
| Octal | 221 | 151 | 175 | 0 | 34 | 16 | 53 | 512 | 20 | 61 |
| Binary | 10010001 | 1101001 | 1111101 | 0 | 11100 | 1110 | 101011 | 101001010 | 10000 | 110001 |
Color Harmonies of #91697D
Complementary color
Monochromatic Colors of #91697D
Black with #91697D
Text Example
Text Example
White with #91697D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91697D; }
p { color: rgb(145,105,125); }
H1.HeaderClassName
{
color: #91697D;
}
.AnyTagClassName
{
color: #91697D;
}
</style>
background-color css
<style>
a { background-color: #91697D; }
a { background-color: rgb(145,105,125); }
div.DivClassName
{
background-color: #91697D;
}
.BgClassName
{
background-color: #91697D;
}
</style>
border-color css
<style>
span { border-color: #91697D; }
span { border-color: rgb(145,105,125); }
td.TdClassName
{
border-color: #91697D;
}
.TagClassName
{
border-color: #91697D;
}
</style>