Shades of Night Shadz #AB364C
Tints of Night Shadz #AB364C
RGB
CMYK
RGB Variations
Color information
#AB364C (or 0xAB364C) is known color: Night Shadz. HEX triplet: AB, 36 and 4C. RGB value is (171,54,76). Sum of RGB (Red+Green+Blue) = 171+54+76=301 (39% of max value = 765). Red value is 171 (67.19% from 255 or 56.81% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 171 - color contains mainly: red. Hex color #AB364C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB364C is #54C9B3. Grayscale: #5B5B5B. Windows color (decimal): -5556660 or 4994731. OLE color: 4994731.
HSL color Cylindrical-coordinate representation of color #AB364C: hue angle of 348.72º 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 #AB364C is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 54 | 76 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.33 |
| HSL | 348.72º | 0.52% | 0.44% | - |
| HSV(B) | 348.72º | 0.68% | 0.67% | - |
| XYZ | 19.42 | 11.82 | 8.1 | - |
| YUV | 91.49 | 119.26 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 54 | 76 | 0 | 0.68 | 0.56 | 0.33 | 348.72 | 0.52 | 0.44 |
| Hex | AB | 36 | 4C | 0 | 44 | 38 | 21 | 15D | 34 | 2C |
| Octal | 253 | 66 | 114 | 0 | 104 | 70 | 41 | 535 | 64 | 54 |
| Binary | 10101011 | 110110 | 1001100 | 0 | 1000100 | 111000 | 100001 | 101011101 | 110100 | 101100 |
Color Harmonies of #AB364C
Complementary color
Monochromatic Colors of #AB364C
Black with #AB364C
Text Example
Text Example
White with #AB364C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB364C; }
p { color: rgb(171,54,76); }
H1.HeaderClassName
{
color: #AB364C;
}
.AnyTagClassName
{
color: #AB364C;
}
</style>
background-color css
<style>
a { background-color: #AB364C; }
a { background-color: rgb(171,54,76); }
div.DivClassName
{
background-color: #AB364C;
}
.BgClassName
{
background-color: #AB364C;
}
</style>
border-color css
<style>
span { border-color: #AB364C; }
span { border-color: rgb(171,54,76); }
td.TdClassName
{
border-color: #AB364C;
}
.TagClassName
{
border-color: #AB364C;
}
</style>