Shades of Night Shadz #994249
Tints of Night Shadz #994249
RGB
CMYK
RGB Variations
Color information
#994249 (or 0x994249) is known color: Night Shadz. HEX triplet: 99, 42 and 49. RGB value is (153,66,73). Sum of RGB (Red+Green+Blue) = 153+66+73=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #994249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994249 is #66BDB6. Grayscale: #5C5C5C. Windows color (decimal): -6733239 or 4801177. OLE color: 4801177.
HSL color Cylindrical-coordinate representation of color #994249: hue angle of 355.17º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #994249 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 66 | 73 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.4 |
| HSL | 355.17º | 0.4% | 0.43% | - |
| HSV(B) | 355.17º | 0.57% | 0.6% | - |
| XYZ | 16.29 | 11.15 | 7.6 | - |
| YUV | 92.81 | 116.82 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 66 | 73 | 0 | 0.57 | 0.52 | 0.4 | 355.17 | 0.4 | 0.43 |
| Hex | 99 | 42 | 49 | 0 | 39 | 34 | 28 | 163 | 28 | 2B |
| Octal | 231 | 102 | 111 | 0 | 71 | 64 | 50 | 543 | 50 | 53 |
| Binary | 10011001 | 1000010 | 1001001 | 0 | 111001 | 110100 | 101000 | 101100011 | 101000 | 101011 |
Color Harmonies of #994249
Complementary color
Monochromatic Colors of #994249
Black with #994249
Text Example
Text Example
White with #994249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994249; }
p { color: rgb(153,66,73); }
H1.HeaderClassName
{
color: #994249;
}
.AnyTagClassName
{
color: #994249;
}
</style>
background-color css
<style>
a { background-color: #994249; }
a { background-color: rgb(153,66,73); }
div.DivClassName
{
background-color: #994249;
}
.BgClassName
{
background-color: #994249;
}
</style>
border-color css
<style>
span { border-color: #994249; }
span { border-color: rgb(153,66,73); }
td.TdClassName
{
border-color: #994249;
}
.TagClassName
{
border-color: #994249;
}
</style>