Shades of Night Shadz #993950
Tints of Night Shadz #993950
RGB
CMYK
RGB Variations
Color information
#993950 (or 0x993950) is known color: Night Shadz. HEX triplet: 99, 39 and 50. RGB value is (153,57,80). Sum of RGB (Red+Green+Blue) = 153+57+80=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 57 (22.66% from 255 or 19.66% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #993950 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993950 is #66C6AF. Grayscale: #585858. Windows color (decimal): -6735536 or 5257625. OLE color: 5257625.
HSL color Cylindrical-coordinate representation of color #993950: hue angle of 345.62º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #993950 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 57 | 80 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.4 |
| HSL | 345.63º | 0.46% | 0.41% | - |
| HSV(B) | 345.63º | 0.63% | 0.6% | - |
| XYZ | 16.05 | 10.28 | 8.73 | - |
| YUV | 88.33 | 123.3 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 57 | 80 | 0 | 0.63 | 0.48 | 0.4 | 345.63 | 0.46 | 0.41 |
| Hex | 99 | 39 | 50 | 0 | 3F | 30 | 28 | 15A | 2E | 29 |
| Octal | 231 | 71 | 120 | 0 | 77 | 60 | 50 | 532 | 56 | 51 |
| Binary | 10011001 | 111001 | 1010000 | 0 | 111111 | 110000 | 101000 | 101011010 | 101110 | 101001 |
Color Harmonies of #993950
Complementary color
Monochromatic Colors of #993950
Black with #993950
Text Example
Text Example
White with #993950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993950; }
p { color: rgb(153,57,80); }
H1.HeaderClassName
{
color: #993950;
}
.AnyTagClassName
{
color: #993950;
}
</style>
background-color css
<style>
a { background-color: #993950; }
a { background-color: rgb(153,57,80); }
div.DivClassName
{
background-color: #993950;
}
.BgClassName
{
background-color: #993950;
}
</style>
border-color css
<style>
span { border-color: #993950; }
span { border-color: rgb(153,57,80); }
td.TdClassName
{
border-color: #993950;
}
.TagClassName
{
border-color: #993950;
}
</style>