Shades of Night Shadz #AB374B
Tints of Night Shadz #AB374B
RGB
CMYK
RGB Variations
Color information
#AB374B (or 0xAB374B) is known color: Night Shadz. HEX triplet: AB, 37 and 4B. RGB value is (171,55,75). Sum of RGB (Red+Green+Blue) = 171+55+75=301 (39% of max value = 765). Red value is 171 (67.19% from 255 or 56.81% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 171 - color contains mainly: red. Hex color #AB374B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB374B is #54C8B4. Grayscale: #5C5C5C. Windows color (decimal): -5556405 or 4929451. OLE color: 4929451.
HSL color Cylindrical-coordinate representation of color #AB374B: hue angle of 349.66º 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 #AB374B is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 55 | 75 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.33 |
| HSL | 349.66º | 0.51% | 0.44% | - |
| HSV(B) | 349.66º | 0.68% | 0.67% | - |
| XYZ | 19.43 | 11.9 | 7.93 | - |
| YUV | 91.96 | 118.43 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 55 | 75 | 0 | 0.68 | 0.56 | 0.33 | 349.66 | 0.51 | 0.44 |
| Hex | AB | 37 | 4B | 0 | 44 | 38 | 21 | 15E | 33 | 2C |
| Octal | 253 | 67 | 113 | 0 | 104 | 70 | 41 | 536 | 63 | 54 |
| Binary | 10101011 | 110111 | 1001011 | 0 | 1000100 | 111000 | 100001 | 101011110 | 110011 | 101100 |
Color Harmonies of #AB374B
Complementary color
Monochromatic Colors of #AB374B
Black with #AB374B
Text Example
Text Example
White with #AB374B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB374B; }
p { color: rgb(171,55,75); }
H1.HeaderClassName
{
color: #AB374B;
}
.AnyTagClassName
{
color: #AB374B;
}
</style>
background-color css
<style>
a { background-color: #AB374B; }
a { background-color: rgb(171,55,75); }
div.DivClassName
{
background-color: #AB374B;
}
.BgClassName
{
background-color: #AB374B;
}
</style>
border-color css
<style>
span { border-color: #AB374B; }
span { border-color: rgb(171,55,75); }
td.TdClassName
{
border-color: #AB374B;
}
.TagClassName
{
border-color: #AB374B;
}
</style>