Shades of Night Shadz #994353
Tints of Night Shadz #994353
RGB
CMYK
RGB Variations
Color information
#994353 (or 0x994353) is known color: Night Shadz. HEX triplet: 99, 43 and 53. RGB value is (153,67,83). Sum of RGB (Red+Green+Blue) = 153+67+83=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 83 (32.81% from 255 or 27.39% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #994353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994353 is #66BCAC. Grayscale: #5E5E5E. Windows color (decimal): -6732973 or 5456793. OLE color: 5456793.
HSL color Cylindrical-coordinate representation of color #994353: hue angle of 348.84º 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 #994353 is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 67 | 83 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.4 |
| HSL | 348.84º | 0.39% | 0.43% | - |
| HSV(B) | 348.84º | 0.56% | 0.6% | - |
| XYZ | 16.71 | 11.41 | 9.51 | - |
| YUV | 94.54 | 121.49 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 67 | 83 | 0 | 0.56 | 0.46 | 0.4 | 348.84 | 0.39 | 0.43 |
| Hex | 99 | 43 | 53 | 0 | 38 | 2E | 28 | 15D | 27 | 2B |
| Octal | 231 | 103 | 123 | 0 | 70 | 56 | 50 | 535 | 47 | 53 |
| Binary | 10011001 | 1000011 | 1010011 | 0 | 111000 | 101110 | 101000 | 101011101 | 100111 | 101011 |
Color Harmonies of #994353
Complementary color
Monochromatic Colors of #994353
Black with #994353
Text Example
Text Example
White with #994353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994353; }
p { color: rgb(153,67,83); }
H1.HeaderClassName
{
color: #994353;
}
.AnyTagClassName
{
color: #994353;
}
</style>
background-color css
<style>
a { background-color: #994353; }
a { background-color: rgb(153,67,83); }
div.DivClassName
{
background-color: #994353;
}
.BgClassName
{
background-color: #994353;
}
</style>
border-color css
<style>
span { border-color: #994353; }
span { border-color: rgb(153,67,83); }
td.TdClassName
{
border-color: #994353;
}
.TagClassName
{
border-color: #994353;
}
</style>