Shades of Night Shadz #994252
Tints of Night Shadz #994252
RGB
CMYK
RGB Variations
Color information
#994252 (or 0x994252) is known color: Night Shadz. HEX triplet: 99, 42 and 52. RGB value is (153,66,82). Sum of RGB (Red+Green+Blue) = 153+66+82=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 82 (32.42% from 255 or 27.24% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #994252 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994252 is #66BDAD. Grayscale: #5D5D5D. Windows color (decimal): -6733230 or 5391001. OLE color: 5391001.
HSL color Cylindrical-coordinate representation of color #994252: hue angle of 348.97º 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 #994252 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 66 | 82 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.4 |
| HSL | 348.97º | 0.4% | 0.43% | - |
| HSV(B) | 348.97º | 0.57% | 0.6% | - |
| XYZ | 16.61 | 11.28 | 9.28 | - |
| YUV | 93.84 | 121.32 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 66 | 82 | 0 | 0.57 | 0.46 | 0.4 | 348.97 | 0.4 | 0.43 |
| Hex | 99 | 42 | 52 | 0 | 39 | 2E | 28 | 15D | 28 | 2B |
| Octal | 231 | 102 | 122 | 0 | 71 | 56 | 50 | 535 | 50 | 53 |
| Binary | 10011001 | 1000010 | 1010010 | 0 | 111001 | 101110 | 101000 | 101011101 | 101000 | 101011 |
Color Harmonies of #994252
Complementary color
Monochromatic Colors of #994252
Black with #994252
Text Example
Text Example
White with #994252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994252; }
p { color: rgb(153,66,82); }
H1.HeaderClassName
{
color: #994252;
}
.AnyTagClassName
{
color: #994252;
}
</style>
background-color css
<style>
a { background-color: #994252; }
a { background-color: rgb(153,66,82); }
div.DivClassName
{
background-color: #994252;
}
.BgClassName
{
background-color: #994252;
}
</style>
border-color css
<style>
span { border-color: #994252; }
span { border-color: rgb(153,66,82); }
td.TdClassName
{
border-color: #994252;
}
.TagClassName
{
border-color: #994252;
}
</style>