Shades of Night Shadz #953B58
Tints of Night Shadz #953B58
RGB
CMYK
RGB Variations
Color information
#953B58 (or 0x953B58) is known color: Night Shadz. HEX triplet: 95, 3B and 58. RGB value is (149,59,88). Sum of RGB (Red+Green+Blue) = 149+59+88=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 59 (23.44% from 255 or 19.93% from 296); Blue value is 88 (34.77% from 255 or 29.73% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #953B58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953B58 is #6AC4A7. Grayscale: #595959. Windows color (decimal): -6997160 or 5782421. OLE color: 5782421.
HSL color Cylindrical-coordinate representation of color #953B58: hue angle of 340.67º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #953B58 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 59 | 88 | - |
| CMYK | 0 | 0.60 | 0.41 | 0.42 |
| HSL | 340.67º | 0.43% | 0.41% | - |
| HSV(B) | 340.67º | 0.6% | 0.58% | - |
| XYZ | 15.72 | 10.22 | 10.38 | - |
| YUV | 89.22 | 127.32 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 59 | 88 | 0 | 0.60 | 0.41 | 0.42 | 340.67 | 0.43 | 0.41 |
| Hex | 95 | 3B | 58 | 0 | 3C | 29 | 2A | 155 | 2B | 29 |
| Octal | 225 | 73 | 130 | 0 | 74 | 51 | 52 | 525 | 53 | 51 |
| Binary | 10010101 | 111011 | 1011000 | 0 | 111100 | 101001 | 101010 | 101010101 | 101011 | 101001 |
Color Harmonies of #953B58
Complementary color
Monochromatic Colors of #953B58
Black with #953B58
Text Example
Text Example
White with #953B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953B58; }
p { color: rgb(149,59,88); }
H1.HeaderClassName
{
color: #953B58;
}
.AnyTagClassName
{
color: #953B58;
}
</style>
background-color css
<style>
a { background-color: #953B58; }
a { background-color: rgb(149,59,88); }
div.DivClassName
{
background-color: #953B58;
}
.BgClassName
{
background-color: #953B58;
}
</style>
border-color css
<style>
span { border-color: #953B58; }
span { border-color: rgb(149,59,88); }
td.TdClassName
{
border-color: #953B58;
}
.TagClassName
{
border-color: #953B58;
}
</style>