Shades of Night Shadz #993946
Tints of Night Shadz #993946
RGB
CMYK
RGB Variations
Color information
#993946 (or 0x993946) is known color: Night Shadz. HEX triplet: 99, 39 and 46. RGB value is (153,57,70). Sum of RGB (Red+Green+Blue) = 153+57+70=280 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.64% from 280); Green value is 57 (22.66% from 255 or 20.36% from 280); Blue value is 70 (27.73% from 255 or 25% from 280); Max value from RGB is 153 - color contains mainly: red. Hex color #993946 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993946 is #66C6B9. Grayscale: #575757. Windows color (decimal): -6735546 or 4602265. OLE color: 4602265.
HSL color Cylindrical-coordinate representation of color #993946: hue angle of 351.88º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #993946 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 57 | 70 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.4 |
| HSL | 351.88º | 0.46% | 0.41% | - |
| HSV(B) | 351.88º | 0.63% | 0.6% | - |
| XYZ | 15.71 | 10.14 | 6.92 | - |
| YUV | 87.19 | 118.3 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 57 | 70 | 0 | 0.63 | 0.54 | 0.4 | 351.88 | 0.46 | 0.41 |
| Hex | 99 | 39 | 46 | 0 | 3F | 36 | 28 | 160 | 2E | 29 |
| Octal | 231 | 71 | 106 | 0 | 77 | 66 | 50 | 540 | 56 | 51 |
| Binary | 10011001 | 111001 | 1000110 | 0 | 111111 | 110110 | 101000 | 101100000 | 101110 | 101001 |
Color Harmonies of #993946
Complementary color
Monochromatic Colors of #993946
Black with #993946
Text Example
Text Example
White with #993946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993946; }
p { color: rgb(153,57,70); }
H1.HeaderClassName
{
color: #993946;
}
.AnyTagClassName
{
color: #993946;
}
</style>
background-color css
<style>
a { background-color: #993946; }
a { background-color: rgb(153,57,70); }
div.DivClassName
{
background-color: #993946;
}
.BgClassName
{
background-color: #993946;
}
</style>
border-color css
<style>
span { border-color: #993946; }
span { border-color: rgb(153,57,70); }
td.TdClassName
{
border-color: #993946;
}
.TagClassName
{
border-color: #993946;
}
</style>