Shades of Night Shadz #994852
Tints of Night Shadz #994852
RGB
CMYK
RGB Variations
Color information
#994852 (or 0x994852) is known color: Night Shadz. HEX triplet: 99, 48 and 52. RGB value is (153,72,82). Sum of RGB (Red+Green+Blue) = 153+72+82=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #994852 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994852 is #66B7AD. Grayscale: #616161. Windows color (decimal): -6731694 or 5392537. OLE color: 5392537.
HSL color Cylindrical-coordinate representation of color #994852: hue angle of 352.59º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #994852 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 72 | 82 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.4 |
| HSL | 352.59º | 0.36% | 0.44% | - |
| HSV(B) | 352.59º | 0.53% | 0.6% | - |
| XYZ | 16.98 | 12.02 | 9.41 | - |
| YUV | 97.36 | 119.34 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 72 | 82 | 0 | 0.53 | 0.46 | 0.4 | 352.59 | 0.36 | 0.44 |
| Hex | 99 | 48 | 52 | 0 | 35 | 2E | 28 | 161 | 24 | 2C |
| Octal | 231 | 110 | 122 | 0 | 65 | 56 | 50 | 541 | 44 | 54 |
| Binary | 10011001 | 1001000 | 1010010 | 0 | 110101 | 101110 | 101000 | 101100001 | 100100 | 101100 |
Color Harmonies of #994852
Complementary color
Monochromatic Colors of #994852
Black with #994852
Text Example
Text Example
White with #994852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994852; }
p { color: rgb(153,72,82); }
H1.HeaderClassName
{
color: #994852;
}
.AnyTagClassName
{
color: #994852;
}
</style>
background-color css
<style>
a { background-color: #994852; }
a { background-color: rgb(153,72,82); }
div.DivClassName
{
background-color: #994852;
}
.BgClassName
{
background-color: #994852;
}
</style>
border-color css
<style>
span { border-color: #994852; }
span { border-color: rgb(153,72,82); }
td.TdClassName
{
border-color: #994852;
}
.TagClassName
{
border-color: #994852;
}
</style>