Shades of Strikemaster #856275
Tints of Strikemaster #856275
RGB
CMYK
RGB Variations
Color information
#856275 (or 0x856275) is known color: Strikemaster. HEX triplet: 85, 62 and 75. RGB value is (133,98,117). Sum of RGB (Red+Green+Blue) = 133+98+117=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 133 - color contains mainly: red. Hex color #856275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856275 is #7A9D8A. Grayscale: #6E6E6E. Windows color (decimal): -8035723 or 7692933. OLE color: 7692933.
HSL color Cylindrical-coordinate representation of color #856275: hue angle of 327.43º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #856275 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 98 | 117 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.48 |
| HSL | 327.43º | 0.15% | 0.45% | - |
| HSV(B) | 327.43º | 0.26% | 0.52% | - |
| XYZ | 17.25 | 15.01 | 18.82 | - |
| YUV | 110.63 | 131.6 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 98 | 117 | 0 | 0.26 | 0.12 | 0.48 | 327.43 | 0.15 | 0.45 |
| Hex | 85 | 62 | 75 | 0 | 1A | C | 30 | 147 | F | 2D |
| Octal | 205 | 142 | 165 | 0 | 32 | 14 | 60 | 507 | 17 | 55 |
| Binary | 10000101 | 1100010 | 1110101 | 0 | 11010 | 1100 | 110000 | 101000111 | 1111 | 101101 |
Color Harmonies of #856275
Complementary color
Monochromatic Colors of #856275
Black with #856275
Text Example
Text Example
White with #856275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856275; }
p { color: rgb(133,98,117); }
H1.HeaderClassName
{
color: #856275;
}
.AnyTagClassName
{
color: #856275;
}
</style>
background-color css
<style>
a { background-color: #856275; }
a { background-color: rgb(133,98,117); }
div.DivClassName
{
background-color: #856275;
}
.BgClassName
{
background-color: #856275;
}
</style>
border-color css
<style>
span { border-color: #856275; }
span { border-color: rgb(133,98,117); }
td.TdClassName
{
border-color: #856275;
}
.TagClassName
{
border-color: #856275;
}
</style>