Shades of Night Shadz #994452
Tints of Night Shadz #994452
RGB
CMYK
RGB Variations
Color information
#994452 (or 0x994452) is known color: Night Shadz. HEX triplet: 99, 44 and 52. RGB value is (153,68,82). Sum of RGB (Red+Green+Blue) = 153+68+82=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #994452 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994452 is #66BBAD. Grayscale: #5F5F5F. Windows color (decimal): -6732718 or 5391513. OLE color: 5391513.
HSL color Cylindrical-coordinate representation of color #994452: hue angle of 350.12º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #994452 is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 68 | 82 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.4 |
| HSL | 350.12º | 0.38% | 0.43% | - |
| HSV(B) | 350.12º | 0.56% | 0.6% | - |
| XYZ | 16.73 | 11.52 | 9.32 | - |
| YUV | 95.01 | 120.66 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 68 | 82 | 0 | 0.56 | 0.46 | 0.4 | 350.12 | 0.38 | 0.43 |
| Hex | 99 | 44 | 52 | 0 | 38 | 2E | 28 | 15E | 26 | 2B |
| Octal | 231 | 104 | 122 | 0 | 70 | 56 | 50 | 536 | 46 | 53 |
| Binary | 10011001 | 1000100 | 1010010 | 0 | 111000 | 101110 | 101000 | 101011110 | 100110 | 101011 |
Color Harmonies of #994452
Complementary color
Monochromatic Colors of #994452
Black with #994452
Text Example
Text Example
White with #994452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994452; }
p { color: rgb(153,68,82); }
H1.HeaderClassName
{
color: #994452;
}
.AnyTagClassName
{
color: #994452;
}
</style>
background-color css
<style>
a { background-color: #994452; }
a { background-color: rgb(153,68,82); }
div.DivClassName
{
background-color: #994452;
}
.BgClassName
{
background-color: #994452;
}
</style>
border-color css
<style>
span { border-color: #994452; }
span { border-color: rgb(153,68,82); }
td.TdClassName
{
border-color: #994452;
}
.TagClassName
{
border-color: #994452;
}
</style>