Shades of Strikemaster #855C72
Tints of Strikemaster #855C72
RGB
CMYK
RGB Variations
Color information
#855C72 (or 0x855C72) is known color: Strikemaster. HEX triplet: 85, 5C and 72. RGB value is (133,92,114). Sum of RGB (Red+Green+Blue) = 133+92+114=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 133 - color contains mainly: red. Hex color #855C72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855C72 is #7AA38D. Grayscale: #6A6A6A. Windows color (decimal): -8037262 or 7494789. OLE color: 7494789.
HSL color Cylindrical-coordinate representation of color #855C72: hue angle of 327.8º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #855C72 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 92 | 114 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.48 |
| HSL | 327.8º | 0.18% | 0.44% | - |
| HSV(B) | 327.8º | 0.31% | 0.52% | - |
| XYZ | 16.54 | 13.86 | 17.72 | - |
| YUV | 106.77 | 132.08 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 92 | 114 | 0 | 0.31 | 0.14 | 0.48 | 327.8 | 0.18 | 0.44 |
| Hex | 85 | 5C | 72 | 0 | 1F | E | 30 | 148 | 12 | 2C |
| Octal | 205 | 134 | 162 | 0 | 37 | 16 | 60 | 510 | 22 | 54 |
| Binary | 10000101 | 1011100 | 1110010 | 0 | 11111 | 1110 | 110000 | 101001000 | 10010 | 101100 |
Color Harmonies of #855C72
Complementary color
Monochromatic Colors of #855C72
Black with #855C72
Text Example
Text Example
White with #855C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855C72; }
p { color: rgb(133,92,114); }
H1.HeaderClassName
{
color: #855C72;
}
.AnyTagClassName
{
color: #855C72;
}
</style>
background-color css
<style>
a { background-color: #855C72; }
a { background-color: rgb(133,92,114); }
div.DivClassName
{
background-color: #855C72;
}
.BgClassName
{
background-color: #855C72;
}
</style>
border-color css
<style>
span { border-color: #855C72; }
span { border-color: rgb(133,92,114); }
td.TdClassName
{
border-color: #855C72;
}
.TagClassName
{
border-color: #855C72;
}
</style>