Shades of Strikemaster #845975
Tints of Strikemaster #845975
RGB
CMYK
RGB Variations
Color information
#845975 (or 0x845975) is known color: Strikemaster. HEX triplet: 84, 59 and 75. RGB value is (132,89,117). Sum of RGB (Red+Green+Blue) = 132+89+117=338 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.05% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 132 - color contains mainly: red. Hex color #845975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845975 is #7BA68A. Grayscale: #686868. Windows color (decimal): -8103563 or 7690628. OLE color: 7690628.
HSL color Cylindrical-coordinate representation of color #845975: hue angle of 320.93º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #845975 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 89 | 117 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.48 |
| HSL | 320.93º | 0.19% | 0.43% | - |
| HSV(B) | 320.93º | 0.33% | 0.52% | - |
| XYZ | 16.3 | 13.33 | 18.54 | - |
| YUV | 105.05 | 134.75 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 89 | 117 | 0 | 0.33 | 0.11 | 0.48 | 320.93 | 0.19 | 0.43 |
| Hex | 84 | 59 | 75 | 0 | 21 | B | 30 | 141 | 13 | 2B |
| Octal | 204 | 131 | 165 | 0 | 41 | 13 | 60 | 501 | 23 | 53 |
| Binary | 10000100 | 1011001 | 1110101 | 0 | 100001 | 1011 | 110000 | 101000001 | 10011 | 101011 |
Color Harmonies of #845975
Complementary color
Monochromatic Colors of #845975
Black with #845975
Text Example
Text Example
White with #845975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845975; }
p { color: rgb(132,89,117); }
H1.HeaderClassName
{
color: #845975;
}
.AnyTagClassName
{
color: #845975;
}
</style>
background-color css
<style>
a { background-color: #845975; }
a { background-color: rgb(132,89,117); }
div.DivClassName
{
background-color: #845975;
}
.BgClassName
{
background-color: #845975;
}
</style>
border-color css
<style>
span { border-color: #845975; }
span { border-color: rgb(132,89,117); }
td.TdClassName
{
border-color: #845975;
}
.TagClassName
{
border-color: #845975;
}
</style>