Shades of Night Shadz #AD314A
Tints of Night Shadz #AD314A
RGB
CMYK
RGB Variations
Color information
#AD314A (or 0xAD314A) is known color: Night Shadz. HEX triplet: AD, 31 and 4A. RGB value is (173,49,74). Sum of RGB (Red+Green+Blue) = 173+49+74=296 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.45% from 296); Green value is 49 (19.53% from 255 or 16.55% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 173 - color contains mainly: red. Hex color #AD314A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD314A is #52CEB5. Grayscale: #585858. Windows color (decimal): -5426870 or 4862381. OLE color: 4862381.
HSL color Cylindrical-coordinate representation of color #AD314A: hue angle of 347.9º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD314A is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 49 | 74 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.32 |
| HSL | 347.9º | 0.56% | 0.44% | - |
| HSV(B) | 347.9º | 0.72% | 0.68% | - |
| XYZ | 19.57 | 11.58 | 7.68 | - |
| YUV | 88.93 | 119.58 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 49 | 74 | 0 | 0.72 | 0.57 | 0.32 | 347.9 | 0.56 | 0.44 |
| Hex | AD | 31 | 4A | 0 | 48 | 39 | 20 | 15C | 38 | 2C |
| Octal | 255 | 61 | 112 | 0 | 110 | 71 | 40 | 534 | 70 | 54 |
| Binary | 10101101 | 110001 | 1001010 | 0 | 1001000 | 111001 | 100000 | 101011100 | 111000 | 101100 |
Color Harmonies of #AD314A
Complementary color
Monochromatic Colors of #AD314A
Black with #AD314A
Text Example
Text Example
White with #AD314A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD314A; }
p { color: rgb(173,49,74); }
H1.HeaderClassName
{
color: #AD314A;
}
.AnyTagClassName
{
color: #AD314A;
}
</style>
background-color css
<style>
a { background-color: #AD314A; }
a { background-color: rgb(173,49,74); }
div.DivClassName
{
background-color: #AD314A;
}
.BgClassName
{
background-color: #AD314A;
}
</style>
border-color css
<style>
span { border-color: #AD314A; }
span { border-color: rgb(173,49,74); }
td.TdClassName
{
border-color: #AD314A;
}
.TagClassName
{
border-color: #AD314A;
}
</style>