Shades of Night Shadz #994253
Tints of Night Shadz #994253
RGB
CMYK
RGB Variations
Color information
#994253 (or 0x994253) is known color: Night Shadz. HEX triplet: 99, 42 and 53. RGB value is (153,66,83). Sum of RGB (Red+Green+Blue) = 153+66+83=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 83 (32.81% from 255 or 27.48% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #994253 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994253 is #66BDAC. Grayscale: #5D5D5D. Windows color (decimal): -6733229 or 5456537. OLE color: 5456537.
HSL color Cylindrical-coordinate representation of color #994253: hue angle of 348.28º 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 #994253 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 66 | 83 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.4 |
| HSL | 348.28º | 0.4% | 0.43% | - |
| HSV(B) | 348.28º | 0.57% | 0.6% | - |
| XYZ | 16.65 | 11.29 | 9.49 | - |
| YUV | 93.95 | 121.82 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 66 | 83 | 0 | 0.57 | 0.46 | 0.4 | 348.28 | 0.4 | 0.43 |
| Hex | 99 | 42 | 53 | 0 | 39 | 2E | 28 | 15C | 28 | 2B |
| Octal | 231 | 102 | 123 | 0 | 71 | 56 | 50 | 534 | 50 | 53 |
| Binary | 10011001 | 1000010 | 1010011 | 0 | 111001 | 101110 | 101000 | 101011100 | 101000 | 101011 |
Color Harmonies of #994253
Complementary color
Monochromatic Colors of #994253
Black with #994253
Text Example
Text Example
White with #994253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994253; }
p { color: rgb(153,66,83); }
H1.HeaderClassName
{
color: #994253;
}
.AnyTagClassName
{
color: #994253;
}
</style>
background-color css
<style>
a { background-color: #994253; }
a { background-color: rgb(153,66,83); }
div.DivClassName
{
background-color: #994253;
}
.BgClassName
{
background-color: #994253;
}
</style>
border-color css
<style>
span { border-color: #994253; }
span { border-color: rgb(153,66,83); }
td.TdClassName
{
border-color: #994253;
}
.TagClassName
{
border-color: #994253;
}
</style>