Shades of Night Shadz #AB3953
Tints of Night Shadz #AB3953
RGB
CMYK
RGB Variations
Color information
#AB3953 (or 0xAB3953) is known color: Night Shadz. HEX triplet: AB, 39 and 53. RGB value is (171,57,83). Sum of RGB (Red+Green+Blue) = 171+57+83=311 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.98% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 83 (32.81% from 255 or 26.69% from 311); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3953 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3953 is #54C6AC. Grayscale: #5E5E5E. Windows color (decimal): -5555885 or 5454251. OLE color: 5454251.
HSL color Cylindrical-coordinate representation of color #AB3953: hue angle of 346.32º 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 #AB3953 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 57 | 83 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.33 |
| HSL | 346.32º | 0.5% | 0.45% | - |
| HSV(B) | 346.32º | 0.67% | 0.67% | - |
| XYZ | 19.82 | 12.21 | 9.5 | - |
| YUV | 94.05 | 121.77 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 57 | 83 | 0 | 0.67 | 0.51 | 0.33 | 346.32 | 0.5 | 0.45 |
| Hex | AB | 39 | 53 | 0 | 43 | 33 | 21 | 15A | 32 | 2D |
| Octal | 253 | 71 | 123 | 0 | 103 | 63 | 41 | 532 | 62 | 55 |
| Binary | 10101011 | 111001 | 1010011 | 0 | 1000011 | 110011 | 100001 | 101011010 | 110010 | 101101 |
Color Harmonies of #AB3953
Complementary color
Monochromatic Colors of #AB3953
Black with #AB3953
Text Example
Text Example
White with #AB3953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3953; }
p { color: rgb(171,57,83); }
H1.HeaderClassName
{
color: #AB3953;
}
.AnyTagClassName
{
color: #AB3953;
}
</style>
background-color css
<style>
a { background-color: #AB3953; }
a { background-color: rgb(171,57,83); }
div.DivClassName
{
background-color: #AB3953;
}
.BgClassName
{
background-color: #AB3953;
}
</style>
border-color css
<style>
span { border-color: #AB3953; }
span { border-color: rgb(171,57,83); }
td.TdClassName
{
border-color: #AB3953;
}
.TagClassName
{
border-color: #AB3953;
}
</style>