Shades of Night Shadz #AB3748
Tints of Night Shadz #AB3748
RGB
CMYK
RGB Variations
Color information
#AB3748 (or 0xAB3748) is known color: Night Shadz. HEX triplet: AB, 37 and 48. RGB value is (171,55,72). Sum of RGB (Red+Green+Blue) = 171+55+72=298 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.38% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3748 is #54C8B7. Grayscale: #5B5B5B. Windows color (decimal): -5556408 or 4732843. OLE color: 4732843.
HSL color Cylindrical-coordinate representation of color #AB3748: hue angle of 351.21º 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 #AB3748 is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 55 | 72 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.33 |
| HSL | 351.21º | 0.51% | 0.44% | - |
| HSV(B) | 351.21º | 0.68% | 0.67% | - |
| XYZ | 19.33 | 11.86 | 7.4 | - |
| YUV | 91.62 | 116.93 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 55 | 72 | 0 | 0.68 | 0.58 | 0.33 | 351.21 | 0.51 | 0.44 |
| Hex | AB | 37 | 48 | 0 | 44 | 3A | 21 | 15F | 33 | 2C |
| Octal | 253 | 67 | 110 | 0 | 104 | 72 | 41 | 537 | 63 | 54 |
| Binary | 10101011 | 110111 | 1001000 | 0 | 1000100 | 111010 | 100001 | 101011111 | 110011 | 101100 |
Color Harmonies of #AB3748
Complementary color
Monochromatic Colors of #AB3748
Black with #AB3748
Text Example
Text Example
White with #AB3748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3748; }
p { color: rgb(171,55,72); }
H1.HeaderClassName
{
color: #AB3748;
}
.AnyTagClassName
{
color: #AB3748;
}
</style>
background-color css
<style>
a { background-color: #AB3748; }
a { background-color: rgb(171,55,72); }
div.DivClassName
{
background-color: #AB3748;
}
.BgClassName
{
background-color: #AB3748;
}
</style>
border-color css
<style>
span { border-color: #AB3748; }
span { border-color: rgb(171,55,72); }
td.TdClassName
{
border-color: #AB3748;
}
.TagClassName
{
border-color: #AB3748;
}
</style>