Shades of Night Shadz #993749
Tints of Night Shadz #993749
RGB
CMYK
RGB Variations
Color information
#993749 (or 0x993749) is known color: Night Shadz. HEX triplet: 99, 37 and 49. RGB value is (153,55,73). Sum of RGB (Red+Green+Blue) = 153+55+73=281 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.45% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 153 - color contains mainly: red. Hex color #993749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993749 is #66C8B6. Grayscale: #565656. Windows color (decimal): -6736055 or 4798361. OLE color: 4798361.
HSL color Cylindrical-coordinate representation of color #993749: hue angle of 348.98º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #993749 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 55 | 73 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.4 |
| HSL | 348.98º | 0.47% | 0.41% | - |
| HSV(B) | 348.98º | 0.64% | 0.6% | - |
| XYZ | 15.71 | 9.99 | 7.4 | - |
| YUV | 86.35 | 120.47 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 55 | 73 | 0 | 0.64 | 0.52 | 0.4 | 348.98 | 0.47 | 0.41 |
| Hex | 99 | 37 | 49 | 0 | 40 | 34 | 28 | 15D | 2F | 29 |
| Octal | 231 | 67 | 111 | 0 | 100 | 64 | 50 | 535 | 57 | 51 |
| Binary | 10011001 | 110111 | 1001001 | 0 | 1000000 | 110100 | 101000 | 101011101 | 101111 | 101001 |
Color Harmonies of #993749
Complementary color
Monochromatic Colors of #993749
Black with #993749
Text Example
Text Example
White with #993749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993749; }
p { color: rgb(153,55,73); }
H1.HeaderClassName
{
color: #993749;
}
.AnyTagClassName
{
color: #993749;
}
</style>
background-color css
<style>
a { background-color: #993749; }
a { background-color: rgb(153,55,73); }
div.DivClassName
{
background-color: #993749;
}
.BgClassName
{
background-color: #993749;
}
</style>
border-color css
<style>
span { border-color: #993749; }
span { border-color: rgb(153,55,73); }
td.TdClassName
{
border-color: #993749;
}
.TagClassName
{
border-color: #993749;
}
</style>