Shades of Night Shadz #993345
Tints of Night Shadz #993345
RGB
CMYK
RGB Variations
Color information
#993345 (or 0x993345) is known color: Night Shadz. HEX triplet: 99, 33 and 45. RGB value is (153,51,69). Sum of RGB (Red+Green+Blue) = 153+51+69=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #993345 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993345 is #66CCBA. Grayscale: #535353. Windows color (decimal): -6737083 or 4535193. OLE color: 4535193.
HSL color Cylindrical-coordinate representation of color #993345: hue angle of 349.41º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #993345 is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 51 | 69 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.4 |
| HSL | 349.41º | 0.5% | 0.4% | - |
| HSV(B) | 349.41º | 0.67% | 0.6% | - |
| XYZ | 15.39 | 9.57 | 6.67 | - |
| YUV | 83.55 | 119.79 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 51 | 69 | 0 | 0.67 | 0.55 | 0.4 | 349.41 | 0.5 | 0.4 |
| Hex | 99 | 33 | 45 | 0 | 43 | 37 | 28 | 15D | 32 | 28 |
| Octal | 231 | 63 | 105 | 0 | 103 | 67 | 50 | 535 | 62 | 50 |
| Binary | 10011001 | 110011 | 1000101 | 0 | 1000011 | 110111 | 101000 | 101011101 | 110010 | 101000 |
Color Harmonies of #993345
Complementary color
Monochromatic Colors of #993345
Black with #993345
Text Example
Text Example
White with #993345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993345; }
p { color: rgb(153,51,69); }
H1.HeaderClassName
{
color: #993345;
}
.AnyTagClassName
{
color: #993345;
}
</style>
background-color css
<style>
a { background-color: #993345; }
a { background-color: rgb(153,51,69); }
div.DivClassName
{
background-color: #993345;
}
.BgClassName
{
background-color: #993345;
}
</style>
border-color css
<style>
span { border-color: #993345; }
span { border-color: rgb(153,51,69); }
td.TdClassName
{
border-color: #993345;
}
.TagClassName
{
border-color: #993345;
}
</style>