Shades of Night Shadz #AD3841
Tints of Night Shadz #AD3841
RGB
CMYK
RGB Variations
Color information
#AD3841 (or 0xAD3841) is known color: Night Shadz. HEX triplet: AD, 38 and 41. RGB value is (173,56,65). Sum of RGB (Red+Green+Blue) = 173+56+65=294 (38% of max value = 765). Red value is 173 (67.97% from 255 or 58.84% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3841 is #52C7BE. Grayscale: #5C5C5C. Windows color (decimal): -5425087 or 4274349. OLE color: 4274349.
HSL color Cylindrical-coordinate representation of color #AD3841: hue angle of 355.38º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD3841 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 56 | 65 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.32 |
| HSL | 355.38º | 0.51% | 0.45% | - |
| HSV(B) | 355.38º | 0.68% | 0.68% | - |
| XYZ | 19.6 | 12.09 | 6.3 | - |
| YUV | 92.01 | 112.76 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 56 | 65 | 0 | 0.68 | 0.62 | 0.32 | 355.38 | 0.51 | 0.45 |
| Hex | AD | 38 | 41 | 0 | 44 | 3E | 20 | 163 | 33 | 2D |
| Octal | 255 | 70 | 101 | 0 | 104 | 76 | 40 | 543 | 63 | 55 |
| Binary | 10101101 | 111000 | 1000001 | 0 | 1000100 | 111110 | 100000 | 101100011 | 110011 | 101101 |
Color Harmonies of #AD3841
Complementary color
Monochromatic Colors of #AD3841
Black with #AD3841
Text Example
Text Example
White with #AD3841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3841; }
p { color: rgb(173,56,65); }
H1.HeaderClassName
{
color: #AD3841;
}
.AnyTagClassName
{
color: #AD3841;
}
</style>
background-color css
<style>
a { background-color: #AD3841; }
a { background-color: rgb(173,56,65); }
div.DivClassName
{
background-color: #AD3841;
}
.BgClassName
{
background-color: #AD3841;
}
</style>
border-color css
<style>
span { border-color: #AD3841; }
span { border-color: rgb(173,56,65); }
td.TdClassName
{
border-color: #AD3841;
}
.TagClassName
{
border-color: #AD3841;
}
</style>