Shades of Strikemaster #825F72
Tints of Strikemaster #825F72
RGB
CMYK
RGB Variations
Color information
#825F72 (or 0x825F72) is known color: Strikemaster. HEX triplet: 82, 5F and 72. RGB value is (130,95,114). Sum of RGB (Red+Green+Blue) = 130+95+114=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 130 - color contains mainly: red. Hex color #825F72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825F72 is #7DA08D. Grayscale: #6B6B6B. Windows color (decimal): -8233102 or 7495554. OLE color: 7495554.
HSL color Cylindrical-coordinate representation of color #825F72: hue angle of 327.43º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #825F72 is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 95 | 114 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.49 |
| HSL | 327.43º | 0.16% | 0.44% | - |
| HSV(B) | 327.43º | 0.27% | 0.51% | - |
| XYZ | 16.34 | 14.15 | 17.79 | - |
| YUV | 107.63 | 131.6 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 95 | 114 | 0 | 0.27 | 0.12 | 0.49 | 327.43 | 0.16 | 0.44 |
| Hex | 82 | 5F | 72 | 0 | 1B | C | 31 | 147 | 10 | 2C |
| Octal | 202 | 137 | 162 | 0 | 33 | 14 | 61 | 507 | 20 | 54 |
| Binary | 10000010 | 1011111 | 1110010 | 0 | 11011 | 1100 | 110001 | 101000111 | 10000 | 101100 |
Color Harmonies of #825F72
Complementary color
Monochromatic Colors of #825F72
Black with #825F72
Text Example
Text Example
White with #825F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825F72; }
p { color: rgb(130,95,114); }
H1.HeaderClassName
{
color: #825F72;
}
.AnyTagClassName
{
color: #825F72;
}
</style>
background-color css
<style>
a { background-color: #825F72; }
a { background-color: rgb(130,95,114); }
div.DivClassName
{
background-color: #825F72;
}
.BgClassName
{
background-color: #825F72;
}
</style>
border-color css
<style>
span { border-color: #825F72; }
span { border-color: rgb(130,95,114); }
td.TdClassName
{
border-color: #825F72;
}
.TagClassName
{
border-color: #825F72;
}
</style>