Shades of Night Shadz #993750
Tints of Night Shadz #993750
RGB
CMYK
RGB Variations
Color information
#993750 (or 0x993750) is known color: Night Shadz. HEX triplet: 99, 37 and 50. RGB value is (153,55,80). Sum of RGB (Red+Green+Blue) = 153+55+80=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 55 (21.88% from 255 or 19.10% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #993750 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993750 is #66C8AF. Grayscale: #575757. Windows color (decimal): -6736048 or 5257113. OLE color: 5257113.
HSL color Cylindrical-coordinate representation of color #993750: hue angle of 344.69º 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 #993750 is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 55 | 80 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.4 |
| HSL | 344.69º | 0.47% | 0.41% | - |
| HSV(B) | 344.69º | 0.64% | 0.6% | - |
| XYZ | 15.95 | 10.08 | 8.7 | - |
| YUV | 87.15 | 123.97 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 55 | 80 | 0 | 0.64 | 0.48 | 0.4 | 344.69 | 0.47 | 0.41 |
| Hex | 99 | 37 | 50 | 0 | 40 | 30 | 28 | 159 | 2F | 29 |
| Octal | 231 | 67 | 120 | 0 | 100 | 60 | 50 | 531 | 57 | 51 |
| Binary | 10011001 | 110111 | 1010000 | 0 | 1000000 | 110000 | 101000 | 101011001 | 101111 | 101001 |
Color Harmonies of #993750
Complementary color
Monochromatic Colors of #993750
Black with #993750
Text Example
Text Example
White with #993750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993750; }
p { color: rgb(153,55,80); }
H1.HeaderClassName
{
color: #993750;
}
.AnyTagClassName
{
color: #993750;
}
</style>
background-color css
<style>
a { background-color: #993750; }
a { background-color: rgb(153,55,80); }
div.DivClassName
{
background-color: #993750;
}
.BgClassName
{
background-color: #993750;
}
</style>
border-color css
<style>
span { border-color: #993750; }
span { border-color: rgb(153,55,80); }
td.TdClassName
{
border-color: #993750;
}
.TagClassName
{
border-color: #993750;
}
</style>