Shades of Night Shadz #994352
Tints of Night Shadz #994352
RGB
CMYK
RGB Variations
Color information
#994352 (or 0x994352) is known color: Night Shadz. HEX triplet: 99, 43 and 52. RGB value is (153,67,82). Sum of RGB (Red+Green+Blue) = 153+67+82=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 67 (26.56% from 255 or 22.19% from 302); Blue value is 82 (32.42% from 255 or 27.15% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #994352 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994352 is #66BCAD. Grayscale: #5E5E5E. Windows color (decimal): -6732974 or 5391257. OLE color: 5391257.
HSL color Cylindrical-coordinate representation of color #994352: hue angle of 349.53º degrees, saturation: 0.39, 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 #994352 is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 67 | 82 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.4 |
| HSL | 349.53º | 0.39% | 0.43% | - |
| HSV(B) | 349.53º | 0.56% | 0.6% | - |
| XYZ | 16.67 | 11.4 | 9.3 | - |
| YUV | 94.42 | 120.99 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 67 | 82 | 0 | 0.56 | 0.46 | 0.4 | 349.53 | 0.39 | 0.43 |
| Hex | 99 | 43 | 52 | 0 | 38 | 2E | 28 | 15E | 27 | 2B |
| Octal | 231 | 103 | 122 | 0 | 70 | 56 | 50 | 536 | 47 | 53 |
| Binary | 10011001 | 1000011 | 1010010 | 0 | 111000 | 101110 | 101000 | 101011110 | 100111 | 101011 |
Color Harmonies of #994352
Complementary color
Monochromatic Colors of #994352
Black with #994352
Text Example
Text Example
White with #994352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994352; }
p { color: rgb(153,67,82); }
H1.HeaderClassName
{
color: #994352;
}
.AnyTagClassName
{
color: #994352;
}
</style>
background-color css
<style>
a { background-color: #994352; }
a { background-color: rgb(153,67,82); }
div.DivClassName
{
background-color: #994352;
}
.BgClassName
{
background-color: #994352;
}
</style>
border-color css
<style>
span { border-color: #994352; }
span { border-color: rgb(153,67,82); }
td.TdClassName
{
border-color: #994352;
}
.TagClassName
{
border-color: #994352;
}
</style>