Shades of Night Shadz #AD3348
Tints of Night Shadz #AD3348
RGB
CMYK
RGB Variations
Color information
#AD3348 (or 0xAD3348) is known color: Night Shadz. HEX triplet: AD, 33 and 48. RGB value is (173,51,72). Sum of RGB (Red+Green+Blue) = 173+51+72=296 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.45% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3348 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3348 is #52CCB7. Grayscale: #595959. Windows color (decimal): -5426360 or 4731821. OLE color: 4731821.
HSL color Cylindrical-coordinate representation of color #AD3348: hue angle of 349.67º 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 #AD3348 is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 51 | 72 | - |
| CMYK | 0 | 0.71 | 0.58 | 0.32 |
| HSL | 349.67º | 0.54% | 0.44% | - |
| HSV(B) | 349.67º | 0.71% | 0.68% | - |
| XYZ | 19.59 | 11.72 | 7.36 | - |
| YUV | 89.87 | 117.92 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 51 | 72 | 0 | 0.71 | 0.58 | 0.32 | 349.67 | 0.54 | 0.44 |
| Hex | AD | 33 | 48 | 0 | 47 | 3A | 20 | 15E | 36 | 2C |
| Octal | 255 | 63 | 110 | 0 | 107 | 72 | 40 | 536 | 66 | 54 |
| Binary | 10101101 | 110011 | 1001000 | 0 | 1000111 | 111010 | 100000 | 101011110 | 110110 | 101100 |
Color Harmonies of #AD3348
Complementary color
Monochromatic Colors of #AD3348
Black with #AD3348
Text Example
Text Example
White with #AD3348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3348; }
p { color: rgb(173,51,72); }
H1.HeaderClassName
{
color: #AD3348;
}
.AnyTagClassName
{
color: #AD3348;
}
</style>
background-color css
<style>
a { background-color: #AD3348; }
a { background-color: rgb(173,51,72); }
div.DivClassName
{
background-color: #AD3348;
}
.BgClassName
{
background-color: #AD3348;
}
</style>
border-color css
<style>
span { border-color: #AD3348; }
span { border-color: rgb(173,51,72); }
td.TdClassName
{
border-color: #AD3348;
}
.TagClassName
{
border-color: #AD3348;
}
</style>