Shades of Night Shadz #994650
Tints of Night Shadz #994650
RGB
CMYK
RGB Variations
Color information
#994650 (or 0x994650) is known color: Night Shadz. HEX triplet: 99, 46 and 50. RGB value is (153,70,80). Sum of RGB (Red+Green+Blue) = 153+70+80=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #994650 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994650 is #66B9AF. Grayscale: #5F5F5F. Windows color (decimal): -6732208 or 5260953. OLE color: 5260953.
HSL color Cylindrical-coordinate representation of color #994650: hue angle of 352.77º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #994650 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 70 | 80 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.4 |
| HSL | 352.77º | 0.37% | 0.44% | - |
| HSV(B) | 352.77º | 0.54% | 0.6% | - |
| XYZ | 16.78 | 11.73 | 8.97 | - |
| YUV | 95.96 | 119 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 70 | 80 | 0 | 0.54 | 0.48 | 0.4 | 352.77 | 0.37 | 0.44 |
| Hex | 99 | 46 | 50 | 0 | 36 | 30 | 28 | 161 | 25 | 2C |
| Octal | 231 | 106 | 120 | 0 | 66 | 60 | 50 | 541 | 45 | 54 |
| Binary | 10011001 | 1000110 | 1010000 | 0 | 110110 | 110000 | 101000 | 101100001 | 100101 | 101100 |
Color Harmonies of #994650
Complementary color
Monochromatic Colors of #994650
Black with #994650
Text Example
Text Example
White with #994650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994650; }
p { color: rgb(153,70,80); }
H1.HeaderClassName
{
color: #994650;
}
.AnyTagClassName
{
color: #994650;
}
</style>
background-color css
<style>
a { background-color: #994650; }
a { background-color: rgb(153,70,80); }
div.DivClassName
{
background-color: #994650;
}
.BgClassName
{
background-color: #994650;
}
</style>
border-color css
<style>
span { border-color: #994650; }
span { border-color: rgb(153,70,80); }
td.TdClassName
{
border-color: #994650;
}
.TagClassName
{
border-color: #994650;
}
</style>