Shades of Strikemaster #835875
Tints of Strikemaster #835875
RGB
CMYK
RGB Variations
Color information
#835875 (or 0x835875) is known color: Strikemaster. HEX triplet: 83, 58 and 75. RGB value is (131,88,117). Sum of RGB (Red+Green+Blue) = 131+88+117=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 131 - color contains mainly: red. Hex color #835875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835875 is #7CA78A. Grayscale: #686868. Windows color (decimal): -8169355 or 7690371. OLE color: 7690371.
HSL color Cylindrical-coordinate representation of color #835875: hue angle of 319.53º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #835875 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 88 | 117 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.49 |
| HSL | 319.53º | 0.2% | 0.43% | - |
| HSV(B) | 319.53º | 0.33% | 0.51% | - |
| XYZ | 16.06 | 13.09 | 18.51 | - |
| YUV | 104.16 | 135.25 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 88 | 117 | 0 | 0.33 | 0.11 | 0.49 | 319.53 | 0.2 | 0.43 |
| Hex | 83 | 58 | 75 | 0 | 21 | B | 31 | 140 | 14 | 2B |
| Octal | 203 | 130 | 165 | 0 | 41 | 13 | 61 | 500 | 24 | 53 |
| Binary | 10000011 | 1011000 | 1110101 | 0 | 100001 | 1011 | 110001 | 101000000 | 10100 | 101011 |
Color Harmonies of #835875
Complementary color
Monochromatic Colors of #835875
Black with #835875
Text Example
Text Example
White with #835875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835875; }
p { color: rgb(131,88,117); }
H1.HeaderClassName
{
color: #835875;
}
.AnyTagClassName
{
color: #835875;
}
</style>
background-color css
<style>
a { background-color: #835875; }
a { background-color: rgb(131,88,117); }
div.DivClassName
{
background-color: #835875;
}
.BgClassName
{
background-color: #835875;
}
</style>
border-color css
<style>
span { border-color: #835875; }
span { border-color: rgb(131,88,117); }
td.TdClassName
{
border-color: #835875;
}
.TagClassName
{
border-color: #835875;
}
</style>