Shades of Night Shadz #AB424D
Tints of Night Shadz #AB424D
RGB
CMYK
RGB Variations
Color information
#AB424D (or 0xAB424D) is known color: Night Shadz. HEX triplet: AB, 42 and 4D. RGB value is (171,66,77). Sum of RGB (Red+Green+Blue) = 171+66+77=314 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.46% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 171 - color contains mainly: red. Hex color #AB424D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB424D is #54BDB2. Grayscale: #626262. Windows color (decimal): -5553587 or 5063339. OLE color: 5063339.
HSL color Cylindrical-coordinate representation of color #AB424D: hue angle of 353.71º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB424D is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 66 | 77 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.33 |
| HSL | 353.71º | 0.44% | 0.46% | - |
| HSV(B) | 353.71º | 0.61% | 0.67% | - |
| XYZ | 20.08 | 13.09 | 8.49 | - |
| YUV | 98.65 | 115.79 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 66 | 77 | 0 | 0.61 | 0.55 | 0.33 | 353.71 | 0.44 | 0.46 |
| Hex | AB | 42 | 4D | 0 | 3D | 37 | 21 | 162 | 2C | 2E |
| Octal | 253 | 102 | 115 | 0 | 75 | 67 | 41 | 542 | 54 | 56 |
| Binary | 10101011 | 1000010 | 1001101 | 0 | 111101 | 110111 | 100001 | 101100010 | 101100 | 101110 |
Color Harmonies of #AB424D
Complementary color
Monochromatic Colors of #AB424D
Black with #AB424D
Text Example
Text Example
White with #AB424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB424D; }
p { color: rgb(171,66,77); }
H1.HeaderClassName
{
color: #AB424D;
}
.AnyTagClassName
{
color: #AB424D;
}
</style>
background-color css
<style>
a { background-color: #AB424D; }
a { background-color: rgb(171,66,77); }
div.DivClassName
{
background-color: #AB424D;
}
.BgClassName
{
background-color: #AB424D;
}
</style>
border-color css
<style>
span { border-color: #AB424D; }
span { border-color: rgb(171,66,77); }
td.TdClassName
{
border-color: #AB424D;
}
.TagClassName
{
border-color: #AB424D;
}
</style>