Shades of Night Shadz #AB394B
Tints of Night Shadz #AB394B
RGB
CMYK
RGB Variations
Color information
#AB394B (or 0xAB394B) is known color: Night Shadz. HEX triplet: AB, 39 and 4B. RGB value is (171,57,75). Sum of RGB (Red+Green+Blue) = 171+57+75=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 57 (22.66% from 255 or 18.81% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB394B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB394B is #54C6B4. Grayscale: #5D5D5D. Windows color (decimal): -5555893 or 4929963. OLE color: 4929963.
HSL color Cylindrical-coordinate representation of color #AB394B: hue angle of 350.53º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB394B is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 57 | 75 | - |
| CMYK | 0 | 0.67 | 0.56 | 0.33 |
| HSL | 350.53º | 0.5% | 0.45% | - |
| HSV(B) | 350.53º | 0.67% | 0.67% | - |
| XYZ | 19.53 | 12.09 | 7.96 | - |
| YUV | 93.14 | 117.77 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 57 | 75 | 0 | 0.67 | 0.56 | 0.33 | 350.53 | 0.5 | 0.45 |
| Hex | AB | 39 | 4B | 0 | 43 | 38 | 21 | 15F | 32 | 2D |
| Octal | 253 | 71 | 113 | 0 | 103 | 70 | 41 | 537 | 62 | 55 |
| Binary | 10101011 | 111001 | 1001011 | 0 | 1000011 | 111000 | 100001 | 101011111 | 110010 | 101101 |
Color Harmonies of #AB394B
Complementary color
Monochromatic Colors of #AB394B
Black with #AB394B
Text Example
Text Example
White with #AB394B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB394B; }
p { color: rgb(171,57,75); }
H1.HeaderClassName
{
color: #AB394B;
}
.AnyTagClassName
{
color: #AB394B;
}
</style>
background-color css
<style>
a { background-color: #AB394B; }
a { background-color: rgb(171,57,75); }
div.DivClassName
{
background-color: #AB394B;
}
.BgClassName
{
background-color: #AB394B;
}
</style>
border-color css
<style>
span { border-color: #AB394B; }
span { border-color: rgb(171,57,75); }
td.TdClassName
{
border-color: #AB394B;
}
.TagClassName
{
border-color: #AB394B;
}
</style>