Shades of Night Shadz #A3394C
Tints of Night Shadz #A3394C
RGB
CMYK
RGB Variations
Color information
#A3394C (or 0xA3394C) is known color: Night Shadz. HEX triplet: A3, 39 and 4C. RGB value is (163,57,76). Sum of RGB (Red+Green+Blue) = 163+57+76=296 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.07% from 296); Green value is 57 (22.66% from 255 or 19.26% from 296); Blue value is 76 (30.08% from 255 or 25.68% from 296); Max value from RGB is 163 - color contains mainly: red. Hex color #A3394C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3394C is #5CC6B3. Grayscale: #5A5A5A. Windows color (decimal): -6080180 or 4995491. OLE color: 4995491.
HSL color Cylindrical-coordinate representation of color #A3394C: hue angle of 349.25º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A3394C is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 57 | 76 | - |
| CMYK | 0 | 0.65 | 0.53 | 0.36 |
| HSL | 349.25º | 0.48% | 0.43% | - |
| HSV(B) | 349.25º | 0.65% | 0.64% | - |
| XYZ | 17.87 | 11.23 | 8.06 | - |
| YUV | 90.86 | 119.62 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 57 | 76 | 0 | 0.65 | 0.53 | 0.36 | 349.25 | 0.48 | 0.43 |
| Hex | A3 | 39 | 4C | 0 | 41 | 35 | 24 | 15D | 30 | 2B |
| Octal | 243 | 71 | 114 | 0 | 101 | 65 | 44 | 535 | 60 | 53 |
| Binary | 10100011 | 111001 | 1001100 | 0 | 1000001 | 110101 | 100100 | 101011101 | 110000 | 101011 |
Color Harmonies of #A3394C
Complementary color
Monochromatic Colors of #A3394C
Black with #A3394C
Text Example
Text Example
White with #A3394C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3394C; }
p { color: rgb(163,57,76); }
H1.HeaderClassName
{
color: #A3394C;
}
.AnyTagClassName
{
color: #A3394C;
}
</style>
background-color css
<style>
a { background-color: #A3394C; }
a { background-color: rgb(163,57,76); }
div.DivClassName
{
background-color: #A3394C;
}
.BgClassName
{
background-color: #A3394C;
}
</style>
border-color css
<style>
span { border-color: #A3394C; }
span { border-color: rgb(163,57,76); }
td.TdClassName
{
border-color: #A3394C;
}
.TagClassName
{
border-color: #A3394C;
}
</style>