Shades of Night Shadz #AD404B
Tints of Night Shadz #AD404B
RGB
CMYK
RGB Variations
Color information
#AD404B (or 0xAD404B) is known color: Night Shadz. HEX triplet: AD, 40 and 4B. RGB value is (173,64,75). Sum of RGB (Red+Green+Blue) = 173+64+75=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD404B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD404B is #52BFB4. Grayscale: #616161. Windows color (decimal): -5423029 or 4931757. OLE color: 4931757.
HSL color Cylindrical-coordinate representation of color #AD404B: hue angle of 353.94º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD404B is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 75 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.32 |
| HSL | 353.94º | 0.46% | 0.46% | - |
| HSV(B) | 353.94º | 0.63% | 0.68% | - |
| XYZ | 20.34 | 13.06 | 8.11 | - |
| YUV | 97.85 | 115.11 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 75 | 0 | 0.63 | 0.57 | 0.32 | 353.94 | 0.46 | 0.46 |
| Hex | AD | 40 | 4B | 0 | 3F | 39 | 20 | 162 | 2E | 2E |
| Octal | 255 | 100 | 113 | 0 | 77 | 71 | 40 | 542 | 56 | 56 |
| Binary | 10101101 | 1000000 | 1001011 | 0 | 111111 | 111001 | 100000 | 101100010 | 101110 | 101110 |
Color Harmonies of #AD404B
Complementary color
Monochromatic Colors of #AD404B
Black with #AD404B
Text Example
Text Example
White with #AD404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD404B; }
p { color: rgb(173,64,75); }
H1.HeaderClassName
{
color: #AD404B;
}
.AnyTagClassName
{
color: #AD404B;
}
</style>
background-color css
<style>
a { background-color: #AD404B; }
a { background-color: rgb(173,64,75); }
div.DivClassName
{
background-color: #AD404B;
}
.BgClassName
{
background-color: #AD404B;
}
</style>
border-color css
<style>
span { border-color: #AD404B; }
span { border-color: rgb(173,64,75); }
td.TdClassName
{
border-color: #AD404B;
}
.TagClassName
{
border-color: #AD404B;
}
</style>