Shades of Night Shadz #AB3749
Tints of Night Shadz #AB3749
RGB
CMYK
RGB Variations
Color information
#AB3749 (or 0xAB3749) is known color: Night Shadz. HEX triplet: AB, 37 and 49. RGB value is (171,55,73). Sum of RGB (Red+Green+Blue) = 171+55+73=299 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.19% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 73 (28.91% from 255 or 24.41% from 299); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3749 is #54C8B6. Grayscale: #5B5B5B. Windows color (decimal): -5556407 or 4798379. OLE color: 4798379.
HSL color Cylindrical-coordinate representation of color #AB3749: hue angle of 350.69º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB3749 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 55 | 73 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.33 |
| HSL | 350.69º | 0.51% | 0.44% | - |
| HSV(B) | 350.69º | 0.68% | 0.67% | - |
| XYZ | 19.36 | 11.87 | 7.57 | - |
| YUV | 91.74 | 117.43 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 55 | 73 | 0 | 0.68 | 0.57 | 0.33 | 350.69 | 0.51 | 0.44 |
| Hex | AB | 37 | 49 | 0 | 44 | 39 | 21 | 15F | 33 | 2C |
| Octal | 253 | 67 | 111 | 0 | 104 | 71 | 41 | 537 | 63 | 54 |
| Binary | 10101011 | 110111 | 1001001 | 0 | 1000100 | 111001 | 100001 | 101011111 | 110011 | 101100 |
Color Harmonies of #AB3749
Complementary color
Monochromatic Colors of #AB3749
Black with #AB3749
Text Example
Text Example
White with #AB3749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3749; }
p { color: rgb(171,55,73); }
H1.HeaderClassName
{
color: #AB3749;
}
.AnyTagClassName
{
color: #AB3749;
}
</style>
background-color css
<style>
a { background-color: #AB3749; }
a { background-color: rgb(171,55,73); }
div.DivClassName
{
background-color: #AB3749;
}
.BgClassName
{
background-color: #AB3749;
}
</style>
border-color css
<style>
span { border-color: #AB3749; }
span { border-color: rgb(171,55,73); }
td.TdClassName
{
border-color: #AB3749;
}
.TagClassName
{
border-color: #AB3749;
}
</style>