Shades of Night Shadz #AD3D48
Tints of Night Shadz #AD3D48
RGB
CMYK
RGB Variations
Color information
#AD3D48 (or 0xAD3D48) is known color: Night Shadz. HEX triplet: AD, 3D and 48. RGB value is (173,61,72). Sum of RGB (Red+Green+Blue) = 173+61+72=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 61 (24.22% from 255 or 19.93% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3D48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3D48 is #52C2B7. Grayscale: #5F5F5F. Windows color (decimal): -5423800 or 4734381. OLE color: 4734381.
HSL color Cylindrical-coordinate representation of color #AD3D48: hue angle of 354.11º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD3D48 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 61 | 72 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.32 |
| HSL | 354.11º | 0.48% | 0.46% | - |
| HSV(B) | 354.11º | 0.65% | 0.68% | - |
| XYZ | 20.07 | 12.69 | 7.52 | - |
| YUV | 95.74 | 114.61 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 61 | 72 | 0 | 0.65 | 0.58 | 0.32 | 354.11 | 0.48 | 0.46 |
| Hex | AD | 3D | 48 | 0 | 41 | 3A | 20 | 162 | 30 | 2E |
| Octal | 255 | 75 | 110 | 0 | 101 | 72 | 40 | 542 | 60 | 56 |
| Binary | 10101101 | 111101 | 1001000 | 0 | 1000001 | 111010 | 100000 | 101100010 | 110000 | 101110 |
Color Harmonies of #AD3D48
Complementary color
Monochromatic Colors of #AD3D48
Black with #AD3D48
Text Example
Text Example
White with #AD3D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3D48; }
p { color: rgb(173,61,72); }
H1.HeaderClassName
{
color: #AD3D48;
}
.AnyTagClassName
{
color: #AD3D48;
}
</style>
background-color css
<style>
a { background-color: #AD3D48; }
a { background-color: rgb(173,61,72); }
div.DivClassName
{
background-color: #AD3D48;
}
.BgClassName
{
background-color: #AD3D48;
}
</style>
border-color css
<style>
span { border-color: #AD3D48; }
span { border-color: rgb(173,61,72); }
td.TdClassName
{
border-color: #AD3D48;
}
.TagClassName
{
border-color: #AD3D48;
}
</style>