Shades of Strikemaster #8B5D75
Tints of Strikemaster #8B5D75
RGB
CMYK
RGB Variations
Color information
#8B5D75 (or 0x8B5D75) is known color: Strikemaster. HEX triplet: 8B, 5D and 75. RGB value is (139,93,117). Sum of RGB (Red+Green+Blue) = 139+93+117=349 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.83% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5D75 is #74A28A. Grayscale: #6D6D6D. Windows color (decimal): -7643787 or 7691659. OLE color: 7691659.
HSL color Cylindrical-coordinate representation of color #8B5D75: hue angle of 328.7º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8B5D75 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 93 | 117 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.45 |
| HSL | 328.7º | 0.2% | 0.45% | - |
| HSV(B) | 328.7º | 0.33% | 0.55% | - |
| XYZ | 17.77 | 14.6 | 18.71 | - |
| YUV | 109.49 | 132.24 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 93 | 117 | 0 | 0.33 | 0.16 | 0.45 | 328.7 | 0.2 | 0.45 |
| Hex | 8B | 5D | 75 | 0 | 21 | 10 | 2D | 149 | 14 | 2D |
| Octal | 213 | 135 | 165 | 0 | 41 | 20 | 55 | 511 | 24 | 55 |
| Binary | 10001011 | 1011101 | 1110101 | 0 | 100001 | 10000 | 101101 | 101001001 | 10100 | 101101 |
Color Harmonies of #8B5D75
Complementary color
Monochromatic Colors of #8B5D75
Black with #8B5D75
Text Example
Text Example
White with #8B5D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5D75; }
p { color: rgb(139,93,117); }
H1.HeaderClassName
{
color: #8B5D75;
}
.AnyTagClassName
{
color: #8B5D75;
}
</style>
background-color css
<style>
a { background-color: #8B5D75; }
a { background-color: rgb(139,93,117); }
div.DivClassName
{
background-color: #8B5D75;
}
.BgClassName
{
background-color: #8B5D75;
}
</style>
border-color css
<style>
span { border-color: #8B5D75; }
span { border-color: rgb(139,93,117); }
td.TdClassName
{
border-color: #8B5D75;
}
.TagClassName
{
border-color: #8B5D75;
}
</style>