Shades of Night Shadz #AD3347
Tints of Night Shadz #AD3347
RGB
CMYK
RGB Variations
Color information
#AD3347 (or 0xAD3347) is known color: Night Shadz. HEX triplet: AD, 33 and 47. RGB value is (173,51,71). Sum of RGB (Red+Green+Blue) = 173+51+71=295 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.64% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3347 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3347 is #52CCB8. Grayscale: #595959. Windows color (decimal): -5426361 or 4666285. OLE color: 4666285.
HSL color Cylindrical-coordinate representation of color #AD3347: hue angle of 350.16º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD3347 is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 51 | 71 | - |
| CMYK | 0 | 0.71 | 0.59 | 0.32 |
| HSL | 350.16º | 0.54% | 0.44% | - |
| HSV(B) | 350.16º | 0.71% | 0.68% | - |
| XYZ | 19.55 | 11.71 | 7.19 | - |
| YUV | 89.76 | 117.42 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 71 | 0 | 0.71 | 0.59 | 0.32 | 350.16 | 0.54 | 0.44 |
| Hex | AD | 33 | 47 | 0 | 47 | 3B | 20 | 15E | 36 | 2C |
| Octal | 255 | 63 | 107 | 0 | 107 | 73 | 40 | 536 | 66 | 54 |
| Binary | 10101101 | 110011 | 1000111 | 0 | 1000111 | 111011 | 100000 | 101011110 | 110110 | 101100 |
Color Harmonies of #AD3347
Complementary color
Monochromatic Colors of #AD3347
Black with #AD3347
Text Example
Text Example
White with #AD3347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3347; }
p { color: rgb(173,51,71); }
H1.HeaderClassName
{
color: #AD3347;
}
.AnyTagClassName
{
color: #AD3347;
}
</style>
background-color css
<style>
a { background-color: #AD3347; }
a { background-color: rgb(173,51,71); }
div.DivClassName
{
background-color: #AD3347;
}
.BgClassName
{
background-color: #AD3347;
}
</style>
border-color css
<style>
span { border-color: #AD3347; }
span { border-color: rgb(173,51,71); }
td.TdClassName
{
border-color: #AD3347;
}
.TagClassName
{
border-color: #AD3347;
}
</style>