Shades of Strikemaster #825E74
Tints of Strikemaster #825E74
RGB
CMYK
RGB Variations
Color information
#825E74 (or 0x825E74) is known color: Strikemaster. HEX triplet: 82, 5E and 74. RGB value is (130,94,116). Sum of RGB (Red+Green+Blue) = 130+94+116=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 94 (37.11% from 255 or 27.65% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 130 - color contains mainly: red. Hex color #825E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825E74 is #7DA18B. Grayscale: #6B6B6B. Windows color (decimal): -8233356 or 7626370. OLE color: 7626370.
HSL color Cylindrical-coordinate representation of color #825E74: hue angle of 323.33º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #825E74 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 94 | 116 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.49 |
| HSL | 323.33º | 0.16% | 0.44% | - |
| HSV(B) | 323.33º | 0.28% | 0.51% | - |
| XYZ | 16.36 | 14.01 | 18.37 | - |
| YUV | 107.27 | 132.93 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 94 | 116 | 0 | 0.28 | 0.11 | 0.49 | 323.33 | 0.16 | 0.44 |
| Hex | 82 | 5E | 74 | 0 | 1C | B | 31 | 143 | 10 | 2C |
| Octal | 202 | 136 | 164 | 0 | 34 | 13 | 61 | 503 | 20 | 54 |
| Binary | 10000010 | 1011110 | 1110100 | 0 | 11100 | 1011 | 110001 | 101000011 | 10000 | 101100 |
Color Harmonies of #825E74
Complementary color
Monochromatic Colors of #825E74
Black with #825E74
Text Example
Text Example
White with #825E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825E74; }
p { color: rgb(130,94,116); }
H1.HeaderClassName
{
color: #825E74;
}
.AnyTagClassName
{
color: #825E74;
}
</style>
background-color css
<style>
a { background-color: #825E74; }
a { background-color: rgb(130,94,116); }
div.DivClassName
{
background-color: #825E74;
}
.BgClassName
{
background-color: #825E74;
}
</style>
border-color css
<style>
span { border-color: #825E74; }
span { border-color: rgb(130,94,116); }
td.TdClassName
{
border-color: #825E74;
}
.TagClassName
{
border-color: #825E74;
}
</style>