Shades of Strikemaster #905375
Tints of Strikemaster #905375
RGB
CMYK
RGB Variations
Color information
#905375 (or 0x905375) is known color: Strikemaster. HEX triplet: 90, 53 and 75. RGB value is (144,83,117). Sum of RGB (Red+Green+Blue) = 144+83+117=344 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.86% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 144 - color contains mainly: red. Hex color #905375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905375 is #6FAC8A. Grayscale: #696969. Windows color (decimal): -7318667 or 7689104. OLE color: 7689104.
HSL color Cylindrical-coordinate representation of color #905375: hue angle of 326.56º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #905375 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 83 | 117 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.44 |
| HSL | 326.56º | 0.27% | 0.45% | - |
| HSV(B) | 326.56º | 0.42% | 0.56% | - |
| XYZ | 17.81 | 13.4 | 18.48 | - |
| YUV | 105.12 | 134.71 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 83 | 117 | 0 | 0.42 | 0.19 | 0.44 | 326.56 | 0.27 | 0.45 |
| Hex | 90 | 53 | 75 | 0 | 2A | 13 | 2C | 147 | 1B | 2D |
| Octal | 220 | 123 | 165 | 0 | 52 | 23 | 54 | 507 | 33 | 55 |
| Binary | 10010000 | 1010011 | 1110101 | 0 | 101010 | 10011 | 101100 | 101000111 | 11011 | 101101 |
Color Harmonies of #905375
Complementary color
Monochromatic Colors of #905375
Black with #905375
Text Example
Text Example
White with #905375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905375; }
p { color: rgb(144,83,117); }
H1.HeaderClassName
{
color: #905375;
}
.AnyTagClassName
{
color: #905375;
}
</style>
background-color css
<style>
a { background-color: #905375; }
a { background-color: rgb(144,83,117); }
div.DivClassName
{
background-color: #905375;
}
.BgClassName
{
background-color: #905375;
}
</style>
border-color css
<style>
span { border-color: #905375; }
span { border-color: rgb(144,83,117); }
td.TdClassName
{
border-color: #905375;
}
.TagClassName
{
border-color: #905375;
}
</style>