Shades of Night Shadz #993D49
Tints of Night Shadz #993D49
RGB
CMYK
RGB Variations
Color information
#993D49 (or 0x993D49) is known color: Night Shadz. HEX triplet: 99, 3D and 49. RGB value is (153,61,73). Sum of RGB (Red+Green+Blue) = 153+61+73=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #993D49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993D49 is #66C2B6. Grayscale: #595959. Windows color (decimal): -6734519 or 4799897. OLE color: 4799897.
HSL color Cylindrical-coordinate representation of color #993D49: hue angle of 352.17º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #993D49 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 61 | 73 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.4 |
| HSL | 352.17º | 0.43% | 0.42% | - |
| HSV(B) | 352.17º | 0.6% | 0.6% | - |
| XYZ | 16.01 | 10.59 | 7.5 | - |
| YUV | 89.88 | 118.48 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 73 | 0 | 0.60 | 0.52 | 0.4 | 352.17 | 0.43 | 0.42 |
| Hex | 99 | 3D | 49 | 0 | 3C | 34 | 28 | 160 | 2B | 2A |
| Octal | 231 | 75 | 111 | 0 | 74 | 64 | 50 | 540 | 53 | 52 |
| Binary | 10011001 | 111101 | 1001001 | 0 | 111100 | 110100 | 101000 | 101100000 | 101011 | 101010 |
Color Harmonies of #993D49
Complementary color
Monochromatic Colors of #993D49
Black with #993D49
Text Example
Text Example
White with #993D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993D49; }
p { color: rgb(153,61,73); }
H1.HeaderClassName
{
color: #993D49;
}
.AnyTagClassName
{
color: #993D49;
}
</style>
background-color css
<style>
a { background-color: #993D49; }
a { background-color: rgb(153,61,73); }
div.DivClassName
{
background-color: #993D49;
}
.BgClassName
{
background-color: #993D49;
}
</style>
border-color css
<style>
span { border-color: #993D49; }
span { border-color: rgb(153,61,73); }
td.TdClassName
{
border-color: #993D49;
}
.TagClassName
{
border-color: #993D49;
}
</style>