Shades of Night Shadz #AB373F
Tints of Night Shadz #AB373F
RGB
CMYK
RGB Variations
Color information
#AB373F (or 0xAB373F) is known color: Night Shadz. HEX triplet: AB, 37 and 3F. RGB value is (171,55,63). Sum of RGB (Red+Green+Blue) = 171+55+63=289 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.17% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 171 - color contains mainly: red. Hex color #AB373F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB373F is #54C8C0. Grayscale: #5A5A5A. Windows color (decimal): -5556417 or 4143019. OLE color: 4143019.
HSL color Cylindrical-coordinate representation of color #AB373F: hue angle of 355.86º 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 #AB373F is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 55 | 63 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.33 |
| HSL | 355.86º | 0.51% | 0.44% | - |
| HSV(B) | 355.86º | 0.68% | 0.67% | - |
| XYZ | 19.06 | 11.75 | 5.97 | - |
| YUV | 90.6 | 112.43 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 55 | 63 | 0 | 0.68 | 0.63 | 0.33 | 355.86 | 0.51 | 0.44 |
| Hex | AB | 37 | 3F | 0 | 44 | 3F | 21 | 164 | 33 | 2C |
| Octal | 253 | 67 | 77 | 0 | 104 | 77 | 41 | 544 | 63 | 54 |
| Binary | 10101011 | 110111 | 111111 | 0 | 1000100 | 111111 | 100001 | 101100100 | 110011 | 101100 |
Color Harmonies of #AB373F
Complementary color
Monochromatic Colors of #AB373F
Black with #AB373F
Text Example
Text Example
White with #AB373F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB373F; }
p { color: rgb(171,55,63); }
H1.HeaderClassName
{
color: #AB373F;
}
.AnyTagClassName
{
color: #AB373F;
}
</style>
background-color css
<style>
a { background-color: #AB373F; }
a { background-color: rgb(171,55,63); }
div.DivClassName
{
background-color: #AB373F;
}
.BgClassName
{
background-color: #AB373F;
}
</style>
border-color css
<style>
span { border-color: #AB373F; }
span { border-color: rgb(171,55,63); }
td.TdClassName
{
border-color: #AB373F;
}
.TagClassName
{
border-color: #AB373F;
}
</style>