Shades of Night Shadz #984049
Tints of Night Shadz #984049
RGB
CMYK
RGB Variations
Color information
#984049 (or 0x984049) is known color: Night Shadz. HEX triplet: 98, 40 and 49. RGB value is (152,64,73). Sum of RGB (Red+Green+Blue) = 152+64+73=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #984049 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984049 is #67BFB6. Grayscale: #5B5B5B. Windows color (decimal): -6799287 or 4800664. OLE color: 4800664.
HSL color Cylindrical-coordinate representation of color #984049: hue angle of 353.86º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #984049 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 64 | 73 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.40 |
| HSL | 353.86º | 0.41% | 0.42% | - |
| HSV(B) | 353.86º | 0.58% | 0.6% | - |
| XYZ | 15.98 | 10.82 | 7.55 | - |
| YUV | 91.34 | 117.65 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 64 | 73 | 0 | 0.58 | 0.52 | 0.40 | 353.86 | 0.41 | 0.42 |
| Hex | 98 | 40 | 49 | 0 | 3A | 34 | 28 | 162 | 29 | 2A |
| Octal | 230 | 100 | 111 | 0 | 72 | 64 | 50 | 542 | 51 | 52 |
| Binary | 10011000 | 1000000 | 1001001 | 0 | 111010 | 110100 | 101000 | 101100010 | 101001 | 101010 |
Color Harmonies of #984049
Complementary color
Monochromatic Colors of #984049
Black with #984049
Text Example
Text Example
White with #984049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984049; }
p { color: rgb(152,64,73); }
H1.HeaderClassName
{
color: #984049;
}
.AnyTagClassName
{
color: #984049;
}
</style>
background-color css
<style>
a { background-color: #984049; }
a { background-color: rgb(152,64,73); }
div.DivClassName
{
background-color: #984049;
}
.BgClassName
{
background-color: #984049;
}
</style>
border-color css
<style>
span { border-color: #984049; }
span { border-color: rgb(152,64,73); }
td.TdClassName
{
border-color: #984049;
}
.TagClassName
{
border-color: #984049;
}
</style>