Shades of Night Shadz #993A4F
Tints of Night Shadz #993A4F
RGB
CMYK
RGB Variations
Color information
#993A4F (or 0x993A4F) is known color: Night Shadz. HEX triplet: 99, 3A and 4F. RGB value is (153,58,79). Sum of RGB (Red+Green+Blue) = 153+58+79=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 58 (23.05% from 255 or 20% from 290); Blue value is 79 (31.25% from 255 or 27.24% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #993A4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993A4F is #66C5B0. Grayscale: #585858. Windows color (decimal): -6735281 or 5192345. OLE color: 5192345.
HSL color Cylindrical-coordinate representation of color #993A4F: hue angle of 346.74º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #993A4F is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 58 | 79 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.4 |
| HSL | 346.74º | 0.45% | 0.41% | - |
| HSV(B) | 346.74º | 0.62% | 0.6% | - |
| XYZ | 16.06 | 10.36 | 8.55 | - |
| YUV | 88.8 | 122.47 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 58 | 79 | 0 | 0.62 | 0.48 | 0.4 | 346.74 | 0.45 | 0.41 |
| Hex | 99 | 3A | 4F | 0 | 3E | 30 | 28 | 15B | 2D | 29 |
| Octal | 231 | 72 | 117 | 0 | 76 | 60 | 50 | 533 | 55 | 51 |
| Binary | 10011001 | 111010 | 1001111 | 0 | 111110 | 110000 | 101000 | 101011011 | 101101 | 101001 |
Color Harmonies of #993A4F
Complementary color
Monochromatic Colors of #993A4F
Black with #993A4F
Text Example
Text Example
White with #993A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993A4F; }
p { color: rgb(153,58,79); }
H1.HeaderClassName
{
color: #993A4F;
}
.AnyTagClassName
{
color: #993A4F;
}
</style>
background-color css
<style>
a { background-color: #993A4F; }
a { background-color: rgb(153,58,79); }
div.DivClassName
{
background-color: #993A4F;
}
.BgClassName
{
background-color: #993A4F;
}
</style>
border-color css
<style>
span { border-color: #993A4F; }
span { border-color: rgb(153,58,79); }
td.TdClassName
{
border-color: #993A4F;
}
.TagClassName
{
border-color: #993A4F;
}
</style>