Shades of Night Shadz #993C50
Tints of Night Shadz #993C50
RGB
CMYK
RGB Variations
Color information
#993C50 (or 0x993C50) is known color: Night Shadz. HEX triplet: 99, 3C and 50. RGB value is (153,60,80). Sum of RGB (Red+Green+Blue) = 153+60+80=293 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.22% from 293); Green value is 60 (23.83% from 255 or 20.48% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 153 - color contains mainly: red. Hex color #993C50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993C50 is #66C3AF. Grayscale: #5A5A5A. Windows color (decimal): -6734768 or 5258393. OLE color: 5258393.
HSL color Cylindrical-coordinate representation of color #993C50: hue angle of 347.1º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #993C50 is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 60 | 80 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.4 |
| HSL | 347.1º | 0.44% | 0.42% | - |
| HSV(B) | 347.1º | 0.61% | 0.6% | - |
| XYZ | 16.2 | 10.58 | 8.78 | - |
| YUV | 90.09 | 122.31 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 60 | 80 | 0 | 0.61 | 0.48 | 0.4 | 347.1 | 0.44 | 0.42 |
| Hex | 99 | 3C | 50 | 0 | 3D | 30 | 28 | 15B | 2C | 2A |
| Octal | 231 | 74 | 120 | 0 | 75 | 60 | 50 | 533 | 54 | 52 |
| Binary | 10011001 | 111100 | 1010000 | 0 | 111101 | 110000 | 101000 | 101011011 | 101100 | 101010 |
Color Harmonies of #993C50
Complementary color
Monochromatic Colors of #993C50
Black with #993C50
Text Example
Text Example
White with #993C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993C50; }
p { color: rgb(153,60,80); }
H1.HeaderClassName
{
color: #993C50;
}
.AnyTagClassName
{
color: #993C50;
}
</style>
background-color css
<style>
a { background-color: #993C50; }
a { background-color: rgb(153,60,80); }
div.DivClassName
{
background-color: #993C50;
}
.BgClassName
{
background-color: #993C50;
}
</style>
border-color css
<style>
span { border-color: #993C50; }
span { border-color: rgb(153,60,80); }
td.TdClassName
{
border-color: #993C50;
}
.TagClassName
{
border-color: #993C50;
}
</style>