Shades of Night Shadz #993C4F
Tints of Night Shadz #993C4F
RGB
CMYK
RGB Variations
Color information
#993C4F (or 0x993C4F) is known color: Night Shadz. HEX triplet: 99, 3C and 4F. RGB value is (153,60,79). Sum of RGB (Red+Green+Blue) = 153+60+79=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 60 (23.83% from 255 or 20.55% from 292); Blue value is 79 (31.25% from 255 or 27.05% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #993C4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993C4F is #66C3B0. Grayscale: #595959. Windows color (decimal): -6734769 or 5192857. OLE color: 5192857.
HSL color Cylindrical-coordinate representation of color #993C4F: hue angle of 347.74º 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 #993C4F is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 60 | 79 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.4 |
| HSL | 347.74º | 0.44% | 0.42% | - |
| HSV(B) | 347.74º | 0.61% | 0.6% | - |
| XYZ | 16.16 | 10.57 | 8.59 | - |
| YUV | 89.97 | 121.81 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 60 | 79 | 0 | 0.61 | 0.48 | 0.4 | 347.74 | 0.44 | 0.42 |
| Hex | 99 | 3C | 4F | 0 | 3D | 30 | 28 | 15C | 2C | 2A |
| Octal | 231 | 74 | 117 | 0 | 75 | 60 | 50 | 534 | 54 | 52 |
| Binary | 10011001 | 111100 | 1001111 | 0 | 111101 | 110000 | 101000 | 101011100 | 101100 | 101010 |
Color Harmonies of #993C4F
Complementary color
Monochromatic Colors of #993C4F
Black with #993C4F
Text Example
Text Example
White with #993C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993C4F; }
p { color: rgb(153,60,79); }
H1.HeaderClassName
{
color: #993C4F;
}
.AnyTagClassName
{
color: #993C4F;
}
</style>
background-color css
<style>
a { background-color: #993C4F; }
a { background-color: rgb(153,60,79); }
div.DivClassName
{
background-color: #993C4F;
}
.BgClassName
{
background-color: #993C4F;
}
</style>
border-color css
<style>
span { border-color: #993C4F; }
span { border-color: rgb(153,60,79); }
td.TdClassName
{
border-color: #993C4F;
}
.TagClassName
{
border-color: #993C4F;
}
</style>