Shades of Night Shadz #993B57
Tints of Night Shadz #993B57
RGB
CMYK
RGB Variations
Color information
#993B57 (or 0x993B57) is known color: Night Shadz. HEX triplet: 99, 3B and 57. RGB value is (153,59,87). Sum of RGB (Red+Green+Blue) = 153+59+87=299 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.17% from 299); Green value is 59 (23.44% from 255 or 19.73% from 299); Blue value is 87 (34.38% from 255 or 29.10% from 299); Max value from RGB is 153 - color contains mainly: red. Hex color #993B57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993B57 is #66C4A8. Grayscale: #5A5A5A. Windows color (decimal): -6735017 or 5716889. OLE color: 5716889.
HSL color Cylindrical-coordinate representation of color #993B57: hue angle of 342.13º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #993B57 is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 59 | 87 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.4 |
| HSL | 342.13º | 0.44% | 0.42% | - |
| HSV(B) | 342.13º | 0.61% | 0.6% | - |
| XYZ | 16.42 | 10.59 | 10.2 | - |
| YUV | 90.3 | 126.14 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 59 | 87 | 0 | 0.61 | 0.43 | 0.4 | 342.13 | 0.44 | 0.42 |
| Hex | 99 | 3B | 57 | 0 | 3D | 2B | 28 | 156 | 2C | 2A |
| Octal | 231 | 73 | 127 | 0 | 75 | 53 | 50 | 526 | 54 | 52 |
| Binary | 10011001 | 111011 | 1010111 | 0 | 111101 | 101011 | 101000 | 101010110 | 101100 | 101010 |
Color Harmonies of #993B57
Complementary color
Monochromatic Colors of #993B57
Black with #993B57
Text Example
Text Example
White with #993B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993B57; }
p { color: rgb(153,59,87); }
H1.HeaderClassName
{
color: #993B57;
}
.AnyTagClassName
{
color: #993B57;
}
</style>
background-color css
<style>
a { background-color: #993B57; }
a { background-color: rgb(153,59,87); }
div.DivClassName
{
background-color: #993B57;
}
.BgClassName
{
background-color: #993B57;
}
</style>
border-color css
<style>
span { border-color: #993B57; }
span { border-color: rgb(153,59,87); }
td.TdClassName
{
border-color: #993B57;
}
.TagClassName
{
border-color: #993B57;
}
</style>