Shades of Night Shadz #994C53
Tints of Night Shadz #994C53
RGB
CMYK
RGB Variations
Color information
#994C53 (or 0x994C53) is known color: Night Shadz. HEX triplet: 99, 4C and 53. RGB value is (153,76,83). Sum of RGB (Red+Green+Blue) = 153+76+83=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 76 (30.08% from 255 or 24.36% from 312); Blue value is 83 (32.81% from 255 or 26.60% from 312); Max value from RGB is 153 - color contains mainly: red. Hex color #994C53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994C53 is #66B3AC. Grayscale: #636363. Windows color (decimal): -6730669 or 5459097. OLE color: 5459097.
HSL color Cylindrical-coordinate representation of color #994C53: hue angle of 354.55º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #994C53 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 76 | 83 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.4 |
| HSL | 354.55º | 0.34% | 0.45% | - |
| HSV(B) | 354.55º | 0.5% | 0.6% | - |
| XYZ | 17.28 | 12.57 | 9.7 | - |
| YUV | 99.82 | 118.51 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 76 | 83 | 0 | 0.50 | 0.46 | 0.4 | 354.55 | 0.34 | 0.45 |
| Hex | 99 | 4C | 53 | 0 | 32 | 2E | 28 | 163 | 22 | 2D |
| Octal | 231 | 114 | 123 | 0 | 62 | 56 | 50 | 543 | 42 | 55 |
| Binary | 10011001 | 1001100 | 1010011 | 0 | 110010 | 101110 | 101000 | 101100011 | 100010 | 101101 |
Color Harmonies of #994C53
Complementary color
Monochromatic Colors of #994C53
Black with #994C53
Text Example
Text Example
White with #994C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994C53; }
p { color: rgb(153,76,83); }
H1.HeaderClassName
{
color: #994C53;
}
.AnyTagClassName
{
color: #994C53;
}
</style>
background-color css
<style>
a { background-color: #994C53; }
a { background-color: rgb(153,76,83); }
div.DivClassName
{
background-color: #994C53;
}
.BgClassName
{
background-color: #994C53;
}
</style>
border-color css
<style>
span { border-color: #994C53; }
span { border-color: rgb(153,76,83); }
td.TdClassName
{
border-color: #994C53;
}
.TagClassName
{
border-color: #994C53;
}
</style>