Shades of Night Shadz #AD4041
Tints of Night Shadz #AD4041
RGB
CMYK
RGB Variations
Color information
#AD4041 (or 0xAD4041) is known color: Night Shadz. HEX triplet: AD, 40 and 41. RGB value is (173,64,65). Sum of RGB (Red+Green+Blue) = 173+64+65=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4041 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4041 is #52BFBE. Grayscale: #606060. Windows color (decimal): -5423039 or 4276397. OLE color: 4276397.
HSL color Cylindrical-coordinate representation of color #AD4041: hue angle of 359.45º 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 #AD4041 is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 65 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.32 |
| HSL | 359.45º | 0.46% | 0.46% | - |
| HSV(B) | 359.45º | 0.63% | 0.68% | - |
| XYZ | 20.02 | 12.93 | 6.44 | - |
| YUV | 96.71 | 110.11 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 65 | 0 | 0.63 | 0.62 | 0.32 | 359.45 | 0.46 | 0.46 |
| Hex | AD | 40 | 41 | 0 | 3F | 3E | 20 | 167 | 2E | 2E |
| Octal | 255 | 100 | 101 | 0 | 77 | 76 | 40 | 547 | 56 | 56 |
| Binary | 10101101 | 1000000 | 1000001 | 0 | 111111 | 111110 | 100000 | 101100111 | 101110 | 101110 |
Color Harmonies of #AD4041
Complementary color
Monochromatic Colors of #AD4041
Black with #AD4041
Text Example
Text Example
White with #AD4041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4041; }
p { color: rgb(173,64,65); }
H1.HeaderClassName
{
color: #AD4041;
}
.AnyTagClassName
{
color: #AD4041;
}
</style>
background-color css
<style>
a { background-color: #AD4041; }
a { background-color: rgb(173,64,65); }
div.DivClassName
{
background-color: #AD4041;
}
.BgClassName
{
background-color: #AD4041;
}
</style>
border-color css
<style>
span { border-color: #AD4041; }
span { border-color: rgb(173,64,65); }
td.TdClassName
{
border-color: #AD4041;
}
.TagClassName
{
border-color: #AD4041;
}
</style>