Shades of Night Shadz #993146
Tints of Night Shadz #993146
RGB
CMYK
RGB Variations
Color information
#993146 (or 0x993146) is known color: Night Shadz. HEX triplet: 99, 31 and 46. RGB value is (153,49,70). Sum of RGB (Red+Green+Blue) = 153+49+70=272 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.25% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 70 (27.73% from 255 or 25.74% from 272); Max value from RGB is 153 - color contains mainly: red. Hex color #993146 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993146 is #66CEB9. Grayscale: #525252. Windows color (decimal): -6737594 or 4600217. OLE color: 4600217.
HSL color Cylindrical-coordinate representation of color #993146: hue angle of 347.88º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #993146 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 49 | 70 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.4 |
| HSL | 347.88º | 0.51% | 0.4% | - |
| HSV(B) | 347.88º | 0.68% | 0.6% | - |
| XYZ | 15.34 | 9.41 | 6.8 | - |
| YUV | 82.49 | 120.96 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 49 | 70 | 0 | 0.68 | 0.54 | 0.4 | 347.88 | 0.51 | 0.4 |
| Hex | 99 | 31 | 46 | 0 | 44 | 36 | 28 | 15C | 33 | 28 |
| Octal | 231 | 61 | 106 | 0 | 104 | 66 | 50 | 534 | 63 | 50 |
| Binary | 10011001 | 110001 | 1000110 | 0 | 1000100 | 110110 | 101000 | 101011100 | 110011 | 101000 |
Color Harmonies of #993146
Complementary color
Monochromatic Colors of #993146
Black with #993146
Text Example
Text Example
White with #993146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993146; }
p { color: rgb(153,49,70); }
H1.HeaderClassName
{
color: #993146;
}
.AnyTagClassName
{
color: #993146;
}
</style>
background-color css
<style>
a { background-color: #993146; }
a { background-color: rgb(153,49,70); }
div.DivClassName
{
background-color: #993146;
}
.BgClassName
{
background-color: #993146;
}
</style>
border-color css
<style>
span { border-color: #993146; }
span { border-color: rgb(153,49,70); }
td.TdClassName
{
border-color: #993146;
}
.TagClassName
{
border-color: #993146;
}
</style>