Shades of Night Shadz #993F56
Tints of Night Shadz #993F56
RGB
CMYK
RGB Variations
Color information
#993F56 (or 0x993F56) is known color: Night Shadz. HEX triplet: 99, 3F and 56. RGB value is (153,63,86). Sum of RGB (Red+Green+Blue) = 153+63+86=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 63 (25% from 255 or 20.86% from 302); Blue value is 86 (33.98% from 255 or 28.48% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #993F56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993F56 is #66C0A9. Grayscale: #5C5C5C. Windows color (decimal): -6733994 or 5652377. OLE color: 5652377.
HSL color Cylindrical-coordinate representation of color #993F56: hue angle of 344.67º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #993F56 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 63 | 86 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.4 |
| HSL | 344.67º | 0.42% | 0.42% | - |
| HSV(B) | 344.67º | 0.59% | 0.6% | - |
| XYZ | 16.59 | 11 | 10.05 | - |
| YUV | 92.53 | 124.32 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 63 | 86 | 0 | 0.59 | 0.44 | 0.4 | 344.67 | 0.42 | 0.42 |
| Hex | 99 | 3F | 56 | 0 | 3B | 2C | 28 | 159 | 2A | 2A |
| Octal | 231 | 77 | 126 | 0 | 73 | 54 | 50 | 531 | 52 | 52 |
| Binary | 10011001 | 111111 | 1010110 | 0 | 111011 | 101100 | 101000 | 101011001 | 101010 | 101010 |
Color Harmonies of #993F56
Complementary color
Monochromatic Colors of #993F56
Black with #993F56
Text Example
Text Example
White with #993F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993F56; }
p { color: rgb(153,63,86); }
H1.HeaderClassName
{
color: #993F56;
}
.AnyTagClassName
{
color: #993F56;
}
</style>
background-color css
<style>
a { background-color: #993F56; }
a { background-color: rgb(153,63,86); }
div.DivClassName
{
background-color: #993F56;
}
.BgClassName
{
background-color: #993F56;
}
</style>
border-color css
<style>
span { border-color: #993F56; }
span { border-color: rgb(153,63,86); }
td.TdClassName
{
border-color: #993F56;
}
.TagClassName
{
border-color: #993F56;
}
</style>