Shades of Strikemaster #826373
Tints of Strikemaster #826373
RGB
CMYK
RGB Variations
Color information
#826373 (or 0x826373) is known color: Strikemaster. HEX triplet: 82, 63 and 73. RGB value is (130,99,115). Sum of RGB (Red+Green+Blue) = 130+99+115=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 130 - color contains mainly: red. Hex color #826373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826373 is #7D9C8C. Grayscale: #6E6E6E. Windows color (decimal): -8232077 or 7562114. OLE color: 7562114.
HSL color Cylindrical-coordinate representation of color #826373: hue angle of 329.03º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #826373 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 99 | 115 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.49 |
| HSL | 329.03º | 0.14% | 0.45% | - |
| HSV(B) | 329.03º | 0.24% | 0.51% | - |
| XYZ | 16.76 | 14.91 | 18.21 | - |
| YUV | 110.09 | 130.77 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 99 | 115 | 0 | 0.24 | 0.12 | 0.49 | 329.03 | 0.14 | 0.45 |
| Hex | 82 | 63 | 73 | 0 | 18 | C | 31 | 149 | E | 2D |
| Octal | 202 | 143 | 163 | 0 | 30 | 14 | 61 | 511 | 16 | 55 |
| Binary | 10000010 | 1100011 | 1110011 | 0 | 11000 | 1100 | 110001 | 101001001 | 1110 | 101101 |
Color Harmonies of #826373
Complementary color
Monochromatic Colors of #826373
Black with #826373
Text Example
Text Example
White with #826373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826373; }
p { color: rgb(130,99,115); }
H1.HeaderClassName
{
color: #826373;
}
.AnyTagClassName
{
color: #826373;
}
</style>
background-color css
<style>
a { background-color: #826373; }
a { background-color: rgb(130,99,115); }
div.DivClassName
{
background-color: #826373;
}
.BgClassName
{
background-color: #826373;
}
</style>
border-color css
<style>
span { border-color: #826373; }
span { border-color: rgb(130,99,115); }
td.TdClassName
{
border-color: #826373;
}
.TagClassName
{
border-color: #826373;
}
</style>