Shades of Night Shadz #993951
Tints of Night Shadz #993951
RGB
CMYK
RGB Variations
Color information
#993951 (or 0x993951) is known color: Night Shadz. HEX triplet: 99, 39 and 51. RGB value is (153,57,81). Sum of RGB (Red+Green+Blue) = 153+57+81=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 57 (22.66% from 255 or 19.59% from 291); Blue value is 81 (32.03% from 255 or 27.84% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #993951 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993951 is #66C6AE. Grayscale: #585858. Windows color (decimal): -6735535 or 5323161. OLE color: 5323161.
HSL color Cylindrical-coordinate representation of color #993951: hue angle of 345º 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 #993951 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 57 | 81 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.4 |
| HSL | 345º | 0.46% | 0.41% | - |
| HSV(B) | 345º | 0.63% | 0.6% | - |
| XYZ | 16.09 | 10.29 | 8.92 | - |
| YUV | 88.44 | 123.8 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 57 | 81 | 0 | 0.63 | 0.47 | 0.4 | 345 | 0.46 | 0.41 |
| Hex | 99 | 39 | 51 | 0 | 3F | 2F | 28 | 159 | 2E | 29 |
| Octal | 231 | 71 | 121 | 0 | 77 | 57 | 50 | 531 | 56 | 51 |
| Binary | 10011001 | 111001 | 1010001 | 0 | 111111 | 101111 | 101000 | 101011001 | 101110 | 101001 |
Color Harmonies of #993951
Complementary color
Monochromatic Colors of #993951
Black with #993951
Text Example
Text Example
White with #993951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993951; }
p { color: rgb(153,57,81); }
H1.HeaderClassName
{
color: #993951;
}
.AnyTagClassName
{
color: #993951;
}
</style>
background-color css
<style>
a { background-color: #993951; }
a { background-color: rgb(153,57,81); }
div.DivClassName
{
background-color: #993951;
}
.BgClassName
{
background-color: #993951;
}
</style>
border-color css
<style>
span { border-color: #993951; }
span { border-color: rgb(153,57,81); }
td.TdClassName
{
border-color: #993951;
}
.TagClassName
{
border-color: #993951;
}
</style>