Shades of Night Shadz #993B5A
Tints of Night Shadz #993B5A
RGB
CMYK
RGB Variations
Color information
#993B5A (or 0x993B5A) is known color: Night Shadz. HEX triplet: 99, 3B and 5A. RGB value is (153,59,90). Sum of RGB (Red+Green+Blue) = 153+59+90=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 59 (23.44% from 255 or 19.54% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #993B5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993B5A is #66C4A5. Grayscale: #5A5A5A. Windows color (decimal): -6735014 or 5913497. OLE color: 5913497.
HSL color Cylindrical-coordinate representation of color #993B5A: hue angle of 340.21º 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 #993B5A is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 59 | 90 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.4 |
| HSL | 340.21º | 0.44% | 0.42% | - |
| HSV(B) | 340.21º | 0.61% | 0.6% | - |
| XYZ | 16.55 | 10.64 | 10.85 | - |
| YUV | 90.64 | 127.64 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 59 | 90 | 0 | 0.61 | 0.41 | 0.4 | 340.21 | 0.44 | 0.42 |
| Hex | 99 | 3B | 5A | 0 | 3D | 29 | 28 | 154 | 2C | 2A |
| Octal | 231 | 73 | 132 | 0 | 75 | 51 | 50 | 524 | 54 | 52 |
| Binary | 10011001 | 111011 | 1011010 | 0 | 111101 | 101001 | 101000 | 101010100 | 101100 | 101010 |
Color Harmonies of #993B5A
Complementary color
Monochromatic Colors of #993B5A
Black with #993B5A
Text Example
Text Example
White with #993B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993B5A; }
p { color: rgb(153,59,90); }
H1.HeaderClassName
{
color: #993B5A;
}
.AnyTagClassName
{
color: #993B5A;
}
</style>
background-color css
<style>
a { background-color: #993B5A; }
a { background-color: rgb(153,59,90); }
div.DivClassName
{
background-color: #993B5A;
}
.BgClassName
{
background-color: #993B5A;
}
</style>
border-color css
<style>
span { border-color: #993B5A; }
span { border-color: rgb(153,59,90); }
td.TdClassName
{
border-color: #993B5A;
}
.TagClassName
{
border-color: #993B5A;
}
</style>