Shades of Night Shadz #953B4D
Tints of Night Shadz #953B4D
RGB
CMYK
RGB Variations
Color information
#953B4D (or 0x953B4D) is known color: Night Shadz. HEX triplet: 95, 3B and 4D. RGB value is (149,59,77). Sum of RGB (Red+Green+Blue) = 149+59+77=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #953B4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953B4D is #6AC4B2. Grayscale: #575757. Windows color (decimal): -6997171 or 5061525. OLE color: 5061525.
HSL color Cylindrical-coordinate representation of color #953B4D: hue angle of 348º 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 #953B4D is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 59 | 77 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.42 |
| HSL | 348º | 0.43% | 0.41% | - |
| HSV(B) | 348º | 0.6% | 0.58% | - |
| XYZ | 15.3 | 10.05 | 8.16 | - |
| YUV | 87.96 | 121.82 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 59 | 77 | 0 | 0.60 | 0.48 | 0.42 | 348 | 0.43 | 0.41 |
| Hex | 95 | 3B | 4D | 0 | 3C | 30 | 2A | 15C | 2B | 29 |
| Octal | 225 | 73 | 115 | 0 | 74 | 60 | 52 | 534 | 53 | 51 |
| Binary | 10010101 | 111011 | 1001101 | 0 | 111100 | 110000 | 101010 | 101011100 | 101011 | 101001 |
Color Harmonies of #953B4D
Complementary color
Monochromatic Colors of #953B4D
Black with #953B4D
Text Example
Text Example
White with #953B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953B4D; }
p { color: rgb(149,59,77); }
H1.HeaderClassName
{
color: #953B4D;
}
.AnyTagClassName
{
color: #953B4D;
}
</style>
background-color css
<style>
a { background-color: #953B4D; }
a { background-color: rgb(149,59,77); }
div.DivClassName
{
background-color: #953B4D;
}
.BgClassName
{
background-color: #953B4D;
}
</style>
border-color css
<style>
span { border-color: #953B4D; }
span { border-color: rgb(149,59,77); }
td.TdClassName
{
border-color: #953B4D;
}
.TagClassName
{
border-color: #953B4D;
}
</style>