Shades of Night Shadz #AB364D
Tints of Night Shadz #AB364D
RGB
CMYK
RGB Variations
Color information
#AB364D (or 0xAB364D) is known color: Night Shadz. HEX triplet: AB, 36 and 4D. RGB value is (171,54,77). Sum of RGB (Red+Green+Blue) = 171+54+77=302 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.62% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 171 - color contains mainly: red. Hex color #AB364D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB364D is #54C9B2. Grayscale: #5B5B5B. Windows color (decimal): -5556659 or 5060267. OLE color: 5060267.
HSL color Cylindrical-coordinate representation of color #AB364D: hue angle of 348.21º degrees, saturation: 0.52, 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 #AB364D is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 54 | 77 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.33 |
| HSL | 348.21º | 0.52% | 0.44% | - |
| HSV(B) | 348.21º | 0.68% | 0.67% | - |
| XYZ | 19.45 | 11.83 | 8.28 | - |
| YUV | 91.61 | 119.76 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 54 | 77 | 0 | 0.68 | 0.55 | 0.33 | 348.21 | 0.52 | 0.44 |
| Hex | AB | 36 | 4D | 0 | 44 | 37 | 21 | 15C | 34 | 2C |
| Octal | 253 | 66 | 115 | 0 | 104 | 67 | 41 | 534 | 64 | 54 |
| Binary | 10101011 | 110110 | 1001101 | 0 | 1000100 | 110111 | 100001 | 101011100 | 110100 | 101100 |
Color Harmonies of #AB364D
Complementary color
Monochromatic Colors of #AB364D
Black with #AB364D
Text Example
Text Example
White with #AB364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB364D; }
p { color: rgb(171,54,77); }
H1.HeaderClassName
{
color: #AB364D;
}
.AnyTagClassName
{
color: #AB364D;
}
</style>
background-color css
<style>
a { background-color: #AB364D; }
a { background-color: rgb(171,54,77); }
div.DivClassName
{
background-color: #AB364D;
}
.BgClassName
{
background-color: #AB364D;
}
</style>
border-color css
<style>
span { border-color: #AB364D; }
span { border-color: rgb(171,54,77); }
td.TdClassName
{
border-color: #AB364D;
}
.TagClassName
{
border-color: #AB364D;
}
</style>