Shades of Night Shadz #AB3C49
Tints of Night Shadz #AB3C49
RGB
CMYK
RGB Variations
Color information
#AB3C49 (or 0xAB3C49) is known color: Night Shadz. HEX triplet: AB, 3C and 49. RGB value is (171,60,73). Sum of RGB (Red+Green+Blue) = 171+60+73=304 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.25% from 304); Green value is 60 (23.83% from 255 or 19.74% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3C49 is #54C3B6. Grayscale: #5E5E5E. Windows color (decimal): -5555127 or 4799659. OLE color: 4799659.
HSL color Cylindrical-coordinate representation of color #AB3C49: hue angle of 352.97º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB3C49 is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 60 | 73 | - |
| CMYK | 0 | 0.65 | 0.57 | 0.33 |
| HSL | 352.97º | 0.48% | 0.45% | - |
| HSV(B) | 352.97º | 0.65% | 0.67% | - |
| XYZ | 19.61 | 12.37 | 7.66 | - |
| YUV | 94.67 | 115.77 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 60 | 73 | 0 | 0.65 | 0.57 | 0.33 | 352.97 | 0.48 | 0.45 |
| Hex | AB | 3C | 49 | 0 | 41 | 39 | 21 | 161 | 30 | 2D |
| Octal | 253 | 74 | 111 | 0 | 101 | 71 | 41 | 541 | 60 | 55 |
| Binary | 10101011 | 111100 | 1001001 | 0 | 1000001 | 111001 | 100001 | 101100001 | 110000 | 101101 |
Color Harmonies of #AB3C49
Complementary color
Monochromatic Colors of #AB3C49
Black with #AB3C49
Text Example
Text Example
White with #AB3C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3C49; }
p { color: rgb(171,60,73); }
H1.HeaderClassName
{
color: #AB3C49;
}
.AnyTagClassName
{
color: #AB3C49;
}
</style>
background-color css
<style>
a { background-color: #AB3C49; }
a { background-color: rgb(171,60,73); }
div.DivClassName
{
background-color: #AB3C49;
}
.BgClassName
{
background-color: #AB3C49;
}
</style>
border-color css
<style>
span { border-color: #AB3C49; }
span { border-color: rgb(171,60,73); }
td.TdClassName
{
border-color: #AB3C49;
}
.TagClassName
{
border-color: #AB3C49;
}
</style>