Shades of Strikemaster #835874
Tints of Strikemaster #835874
RGB
CMYK
RGB Variations
Color information
#835874 (or 0x835874) is known color: Strikemaster. HEX triplet: 83, 58 and 74. RGB value is (131,88,116). Sum of RGB (Red+Green+Blue) = 131+88+116=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 131 - color contains mainly: red. Hex color #835874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835874 is #7CA78B. Grayscale: #676767. Windows color (decimal): -8169356 or 7624835. OLE color: 7624835.
HSL color Cylindrical-coordinate representation of color #835874: hue angle of 320.93º 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 #835874 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 88 | 116 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.49 |
| HSL | 320.93º | 0.2% | 0.43% | - |
| HSV(B) | 320.93º | 0.33% | 0.51% | - |
| XYZ | 16 | 13.07 | 18.2 | - |
| YUV | 104.05 | 134.75 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 88 | 116 | 0 | 0.33 | 0.11 | 0.49 | 320.93 | 0.2 | 0.43 |
| Hex | 83 | 58 | 74 | 0 | 21 | B | 31 | 141 | 14 | 2B |
| Octal | 203 | 130 | 164 | 0 | 41 | 13 | 61 | 501 | 24 | 53 |
| Binary | 10000011 | 1011000 | 1110100 | 0 | 100001 | 1011 | 110001 | 101000001 | 10100 | 101011 |
Color Harmonies of #835874
Complementary color
Monochromatic Colors of #835874
Black with #835874
Text Example
Text Example
White with #835874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835874; }
p { color: rgb(131,88,116); }
H1.HeaderClassName
{
color: #835874;
}
.AnyTagClassName
{
color: #835874;
}
</style>
background-color css
<style>
a { background-color: #835874; }
a { background-color: rgb(131,88,116); }
div.DivClassName
{
background-color: #835874;
}
.BgClassName
{
background-color: #835874;
}
</style>
border-color css
<style>
span { border-color: #835874; }
span { border-color: rgb(131,88,116); }
td.TdClassName
{
border-color: #835874;
}
.TagClassName
{
border-color: #835874;
}
</style>