Shades of Night Shadz #953B49
Tints of Night Shadz #953B49
RGB
CMYK
RGB Variations
Color information
#953B49 (or 0x953B49) is known color: Night Shadz. HEX triplet: 95, 3B and 49. RGB value is (149,59,73). Sum of RGB (Red+Green+Blue) = 149+59+73=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 59 (23.44% from 255 or 21.00% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #953B49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953B49 is #6AC4B6. Grayscale: #575757. Windows color (decimal): -6997175 or 4799381. OLE color: 4799381.
HSL color Cylindrical-coordinate representation of color #953B49: hue angle of 350.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 #953B49 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 59 | 73 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.42 |
| HSL | 350.67º | 0.43% | 0.41% | - |
| HSV(B) | 350.67º | 0.6% | 0.58% | - |
| XYZ | 15.16 | 10 | 7.43 | - |
| YUV | 87.51 | 119.82 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 59 | 73 | 0 | 0.60 | 0.51 | 0.42 | 350.67 | 0.43 | 0.41 |
| Hex | 95 | 3B | 49 | 0 | 3C | 33 | 2A | 15F | 2B | 29 |
| Octal | 225 | 73 | 111 | 0 | 74 | 63 | 52 | 537 | 53 | 51 |
| Binary | 10010101 | 111011 | 1001001 | 0 | 111100 | 110011 | 101010 | 101011111 | 101011 | 101001 |
Color Harmonies of #953B49
Complementary color
Monochromatic Colors of #953B49
Black with #953B49
Text Example
Text Example
White with #953B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953B49; }
p { color: rgb(149,59,73); }
H1.HeaderClassName
{
color: #953B49;
}
.AnyTagClassName
{
color: #953B49;
}
</style>
background-color css
<style>
a { background-color: #953B49; }
a { background-color: rgb(149,59,73); }
div.DivClassName
{
background-color: #953B49;
}
.BgClassName
{
background-color: #953B49;
}
</style>
border-color css
<style>
span { border-color: #953B49; }
span { border-color: rgb(149,59,73); }
td.TdClassName
{
border-color: #953B49;
}
.TagClassName
{
border-color: #953B49;
}
</style>