Shades of Night Shadz #A3364D
Tints of Night Shadz #A3364D
RGB
CMYK
RGB Variations
Color information
#A3364D (or 0xA3364D) is known color: Night Shadz. HEX triplet: A3, 36 and 4D. RGB value is (163,54,77). Sum of RGB (Red+Green+Blue) = 163+54+77=294 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.44% from 294); Green value is 54 (21.48% from 255 or 18.37% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 163 - color contains mainly: red. Hex color #A3364D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3364D is #5CC9B2. Grayscale: #595959. Windows color (decimal): -6080947 or 5060259. OLE color: 5060259.
HSL color Cylindrical-coordinate representation of color #A3364D: hue angle of 347.34º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A3364D is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 54 | 77 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.36 |
| HSL | 347.34º | 0.5% | 0.43% | - |
| HSV(B) | 347.34º | 0.67% | 0.64% | - |
| XYZ | 17.76 | 10.96 | 8.2 | - |
| YUV | 89.21 | 121.11 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 54 | 77 | 0 | 0.67 | 0.53 | 0.36 | 347.34 | 0.5 | 0.43 |
| Hex | A3 | 36 | 4D | 0 | 43 | 35 | 24 | 15B | 32 | 2B |
| Octal | 243 | 66 | 115 | 0 | 103 | 65 | 44 | 533 | 62 | 53 |
| Binary | 10100011 | 110110 | 1001101 | 0 | 1000011 | 110101 | 100100 | 101011011 | 110010 | 101011 |
Color Harmonies of #A3364D
Complementary color
Monochromatic Colors of #A3364D
Black with #A3364D
Text Example
Text Example
White with #A3364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3364D; }
p { color: rgb(163,54,77); }
H1.HeaderClassName
{
color: #A3364D;
}
.AnyTagClassName
{
color: #A3364D;
}
</style>
background-color css
<style>
a { background-color: #A3364D; }
a { background-color: rgb(163,54,77); }
div.DivClassName
{
background-color: #A3364D;
}
.BgClassName
{
background-color: #A3364D;
}
</style>
border-color css
<style>
span { border-color: #A3364D; }
span { border-color: rgb(163,54,77); }
td.TdClassName
{
border-color: #A3364D;
}
.TagClassName
{
border-color: #A3364D;
}
</style>