Shades of Strikemaster #865972
Tints of Strikemaster #865972
RGB
CMYK
RGB Variations
Color information
#865972 (or 0x865972) is known color: Strikemaster. HEX triplet: 86, 59 and 72. RGB value is (134,89,114). Sum of RGB (Red+Green+Blue) = 134+89+114=337 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.76% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 134 - color contains mainly: red. Hex color #865972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865972 is #79A68D. Grayscale: #696969. Windows color (decimal): -7972494 or 7494022. OLE color: 7494022.
HSL color Cylindrical-coordinate representation of color #865972: hue angle of 326.67º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #865972 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 89 | 114 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.47 |
| HSL | 326.67º | 0.2% | 0.44% | - |
| HSV(B) | 326.67º | 0.34% | 0.53% | - |
| XYZ | 16.44 | 13.43 | 17.64 | - |
| YUV | 105.31 | 132.91 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 89 | 114 | 0 | 0.34 | 0.15 | 0.47 | 326.67 | 0.2 | 0.44 |
| Hex | 86 | 59 | 72 | 0 | 22 | F | 2F | 147 | 14 | 2C |
| Octal | 206 | 131 | 162 | 0 | 42 | 17 | 57 | 507 | 24 | 54 |
| Binary | 10000110 | 1011001 | 1110010 | 0 | 100010 | 1111 | 101111 | 101000111 | 10100 | 101100 |
Color Harmonies of #865972
Complementary color
Monochromatic Colors of #865972
Black with #865972
Text Example
Text Example
White with #865972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865972; }
p { color: rgb(134,89,114); }
H1.HeaderClassName
{
color: #865972;
}
.AnyTagClassName
{
color: #865972;
}
</style>
background-color css
<style>
a { background-color: #865972; }
a { background-color: rgb(134,89,114); }
div.DivClassName
{
background-color: #865972;
}
.BgClassName
{
background-color: #865972;
}
</style>
border-color css
<style>
span { border-color: #865972; }
span { border-color: rgb(134,89,114); }
td.TdClassName
{
border-color: #865972;
}
.TagClassName
{
border-color: #865972;
}
</style>