Shades of Night Shadz #AD3949
Tints of Night Shadz #AD3949
RGB
CMYK
RGB Variations
Color information
#AD3949 (or 0xAD3949) is known color: Night Shadz. HEX triplet: AD, 39 and 49. RGB value is (173,57,73). Sum of RGB (Red+Green+Blue) = 173+57+73=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 57 (22.66% from 255 or 18.81% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3949 is #52C6B6. Grayscale: #5D5D5D. Windows color (decimal): -5424823 or 4798893. OLE color: 4798893.
HSL color Cylindrical-coordinate representation of color #AD3949: hue angle of 351.72º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD3949 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 57 | 73 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.32 |
| HSL | 351.72º | 0.5% | 0.45% | - |
| HSV(B) | 351.72º | 0.67% | 0.68% | - |
| XYZ | 19.9 | 12.29 | 7.63 | - |
| YUV | 93.51 | 116.43 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 57 | 73 | 0 | 0.67 | 0.58 | 0.32 | 351.72 | 0.5 | 0.45 |
| Hex | AD | 39 | 49 | 0 | 43 | 3A | 20 | 160 | 32 | 2D |
| Octal | 255 | 71 | 111 | 0 | 103 | 72 | 40 | 540 | 62 | 55 |
| Binary | 10101101 | 111001 | 1001001 | 0 | 1000011 | 111010 | 100000 | 101100000 | 110010 | 101101 |
Color Harmonies of #AD3949
Complementary color
Monochromatic Colors of #AD3949
Black with #AD3949
Text Example
Text Example
White with #AD3949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3949; }
p { color: rgb(173,57,73); }
H1.HeaderClassName
{
color: #AD3949;
}
.AnyTagClassName
{
color: #AD3949;
}
</style>
background-color css
<style>
a { background-color: #AD3949; }
a { background-color: rgb(173,57,73); }
div.DivClassName
{
background-color: #AD3949;
}
.BgClassName
{
background-color: #AD3949;
}
</style>
border-color css
<style>
span { border-color: #AD3949; }
span { border-color: rgb(173,57,73); }
td.TdClassName
{
border-color: #AD3949;
}
.TagClassName
{
border-color: #AD3949;
}
</style>