Shades of Night Shadz #AB3547
Tints of Night Shadz #AB3547
RGB
CMYK
RGB Variations
Color information
#AB3547 (or 0xAB3547) is known color: Night Shadz. HEX triplet: AB, 35 and 47. RGB value is (171,53,71). Sum of RGB (Red+Green+Blue) = 171+53+71=295 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.97% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3547 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3547 is #54CAB8. Grayscale: #5A5A5A. Windows color (decimal): -5556921 or 4666795. OLE color: 4666795.
HSL color Cylindrical-coordinate representation of color #AB3547: hue angle of 350.85º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB3547 is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 53 | 71 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.33 |
| HSL | 350.85º | 0.53% | 0.44% | - |
| HSV(B) | 350.85º | 0.69% | 0.67% | - |
| XYZ | 19.21 | 11.66 | 7.2 | - |
| YUV | 90.33 | 117.09 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 53 | 71 | 0 | 0.69 | 0.58 | 0.33 | 350.85 | 0.53 | 0.44 |
| Hex | AB | 35 | 47 | 0 | 45 | 3A | 21 | 15F | 35 | 2C |
| Octal | 253 | 65 | 107 | 0 | 105 | 72 | 41 | 537 | 65 | 54 |
| Binary | 10101011 | 110101 | 1000111 | 0 | 1000101 | 111010 | 100001 | 101011111 | 110101 | 101100 |
Color Harmonies of #AB3547
Complementary color
Monochromatic Colors of #AB3547
Black with #AB3547
Text Example
Text Example
White with #AB3547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3547; }
p { color: rgb(171,53,71); }
H1.HeaderClassName
{
color: #AB3547;
}
.AnyTagClassName
{
color: #AB3547;
}
</style>
background-color css
<style>
a { background-color: #AB3547; }
a { background-color: rgb(171,53,71); }
div.DivClassName
{
background-color: #AB3547;
}
.BgClassName
{
background-color: #AB3547;
}
</style>
border-color css
<style>
span { border-color: #AB3547; }
span { border-color: rgb(171,53,71); }
td.TdClassName
{
border-color: #AB3547;
}
.TagClassName
{
border-color: #AB3547;
}
</style>