Shades of Strikemaster #835B74
Tints of Strikemaster #835B74
RGB
CMYK
RGB Variations
Color information
#835B74 (or 0x835B74) is known color: Strikemaster. HEX triplet: 83, 5B and 74. RGB value is (131,91,116). Sum of RGB (Red+Green+Blue) = 131+91+116=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 131 - color contains mainly: red. Hex color #835B74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835B74 is #7CA48B. Grayscale: #696969. Windows color (decimal): -8168588 or 7625603. OLE color: 7625603.
HSL color Cylindrical-coordinate representation of color #835B74: hue angle of 322.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #835B74 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 91 | 116 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.49 |
| HSL | 322.5º | 0.18% | 0.44% | - |
| HSV(B) | 322.5º | 0.31% | 0.51% | - |
| XYZ | 16.25 | 13.57 | 18.29 | - |
| YUV | 105.81 | 133.75 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 91 | 116 | 0 | 0.31 | 0.11 | 0.49 | 322.5 | 0.18 | 0.44 |
| Hex | 83 | 5B | 74 | 0 | 1F | B | 31 | 142 | 12 | 2C |
| Octal | 203 | 133 | 164 | 0 | 37 | 13 | 61 | 502 | 22 | 54 |
| Binary | 10000011 | 1011011 | 1110100 | 0 | 11111 | 1011 | 110001 | 101000010 | 10010 | 101100 |
Color Harmonies of #835B74
Complementary color
Monochromatic Colors of #835B74
Black with #835B74
Text Example
Text Example
White with #835B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835B74; }
p { color: rgb(131,91,116); }
H1.HeaderClassName
{
color: #835B74;
}
.AnyTagClassName
{
color: #835B74;
}
</style>
background-color css
<style>
a { background-color: #835B74; }
a { background-color: rgb(131,91,116); }
div.DivClassName
{
background-color: #835B74;
}
.BgClassName
{
background-color: #835B74;
}
</style>
border-color css
<style>
span { border-color: #835B74; }
span { border-color: rgb(131,91,116); }
td.TdClassName
{
border-color: #835B74;
}
.TagClassName
{
border-color: #835B74;
}
</style>