Shades of Night Shadz #994550
Tints of Night Shadz #994550
RGB
CMYK
RGB Variations
Color information
#994550 (or 0x994550) is known color: Night Shadz. HEX triplet: 99, 45 and 50. RGB value is (153,69,80). Sum of RGB (Red+Green+Blue) = 153+69+80=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #994550 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994550 is #66BAAF. Grayscale: #5F5F5F. Windows color (decimal): -6732464 or 5260697. OLE color: 5260697.
HSL color Cylindrical-coordinate representation of color #994550: hue angle of 352.14º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #994550 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 69 | 80 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.4 |
| HSL | 352.14º | 0.38% | 0.44% | - |
| HSV(B) | 352.14º | 0.55% | 0.6% | - |
| XYZ | 16.71 | 11.61 | 8.95 | - |
| YUV | 95.37 | 119.33 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 69 | 80 | 0 | 0.55 | 0.48 | 0.4 | 352.14 | 0.38 | 0.44 |
| Hex | 99 | 45 | 50 | 0 | 37 | 30 | 28 | 160 | 26 | 2C |
| Octal | 231 | 105 | 120 | 0 | 67 | 60 | 50 | 540 | 46 | 54 |
| Binary | 10011001 | 1000101 | 1010000 | 0 | 110111 | 110000 | 101000 | 101100000 | 100110 | 101100 |
Color Harmonies of #994550
Complementary color
Monochromatic Colors of #994550
Black with #994550
Text Example
Text Example
White with #994550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994550; }
p { color: rgb(153,69,80); }
H1.HeaderClassName
{
color: #994550;
}
.AnyTagClassName
{
color: #994550;
}
</style>
background-color css
<style>
a { background-color: #994550; }
a { background-color: rgb(153,69,80); }
div.DivClassName
{
background-color: #994550;
}
.BgClassName
{
background-color: #994550;
}
</style>
border-color css
<style>
span { border-color: #994550; }
span { border-color: rgb(153,69,80); }
td.TdClassName
{
border-color: #994550;
}
.TagClassName
{
border-color: #994550;
}
</style>