Shades of Night Shadz #994256
Tints of Night Shadz #994256
RGB
CMYK
RGB Variations
Color information
#994256 (or 0x994256) is known color: Night Shadz. HEX triplet: 99, 42 and 56. RGB value is (153,66,86). Sum of RGB (Red+Green+Blue) = 153+66+86=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 86 (33.98% from 255 or 28.20% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #994256 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994256 is #66BDA9. Grayscale: #5E5E5E. Windows color (decimal): -6733226 or 5653145. OLE color: 5653145.
HSL color Cylindrical-coordinate representation of color #994256: hue angle of 346.21º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #994256 is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 66 | 86 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.4 |
| HSL | 346.21º | 0.4% | 0.43% | - |
| HSV(B) | 346.21º | 0.57% | 0.6% | - |
| XYZ | 16.76 | 11.34 | 10.11 | - |
| YUV | 94.29 | 123.32 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 66 | 86 | 0 | 0.57 | 0.44 | 0.4 | 346.21 | 0.4 | 0.43 |
| Hex | 99 | 42 | 56 | 0 | 39 | 2C | 28 | 15A | 28 | 2B |
| Octal | 231 | 102 | 126 | 0 | 71 | 54 | 50 | 532 | 50 | 53 |
| Binary | 10011001 | 1000010 | 1010110 | 0 | 111001 | 101100 | 101000 | 101011010 | 101000 | 101011 |
Color Harmonies of #994256
Complementary color
Monochromatic Colors of #994256
Black with #994256
Text Example
Text Example
White with #994256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994256; }
p { color: rgb(153,66,86); }
H1.HeaderClassName
{
color: #994256;
}
.AnyTagClassName
{
color: #994256;
}
</style>
background-color css
<style>
a { background-color: #994256; }
a { background-color: rgb(153,66,86); }
div.DivClassName
{
background-color: #994256;
}
.BgClassName
{
background-color: #994256;
}
</style>
border-color css
<style>
span { border-color: #994256; }
span { border-color: rgb(153,66,86); }
td.TdClassName
{
border-color: #994256;
}
.TagClassName
{
border-color: #994256;
}
</style>