Shades of Night Shadz #993545
Tints of Night Shadz #993545
RGB
CMYK
RGB Variations
Color information
#993545 (or 0x993545) is known color: Night Shadz. HEX triplet: 99, 35 and 45. RGB value is (153,53,69). Sum of RGB (Red+Green+Blue) = 153+53+69=275 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.64% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 153 - color contains mainly: red. Hex color #993545 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993545 is #66CABA. Grayscale: #545454. Windows color (decimal): -6736571 or 4535705. OLE color: 4535705.
HSL color Cylindrical-coordinate representation of color #993545: hue angle of 350.4º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #993545 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 53 | 69 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.4 |
| HSL | 350.4º | 0.49% | 0.4% | - |
| HSV(B) | 350.4º | 0.65% | 0.6% | - |
| XYZ | 15.48 | 9.75 | 6.7 | - |
| YUV | 84.72 | 119.13 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 53 | 69 | 0 | 0.65 | 0.55 | 0.4 | 350.4 | 0.49 | 0.4 |
| Hex | 99 | 35 | 45 | 0 | 41 | 37 | 28 | 15E | 31 | 28 |
| Octal | 231 | 65 | 105 | 0 | 101 | 67 | 50 | 536 | 61 | 50 |
| Binary | 10011001 | 110101 | 1000101 | 0 | 1000001 | 110111 | 101000 | 101011110 | 110001 | 101000 |
Color Harmonies of #993545
Complementary color
Monochromatic Colors of #993545
Black with #993545
Text Example
Text Example
White with #993545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993545; }
p { color: rgb(153,53,69); }
H1.HeaderClassName
{
color: #993545;
}
.AnyTagClassName
{
color: #993545;
}
</style>
background-color css
<style>
a { background-color: #993545; }
a { background-color: rgb(153,53,69); }
div.DivClassName
{
background-color: #993545;
}
.BgClassName
{
background-color: #993545;
}
</style>
border-color css
<style>
span { border-color: #993545; }
span { border-color: rgb(153,53,69); }
td.TdClassName
{
border-color: #993545;
}
.TagClassName
{
border-color: #993545;
}
</style>