Shades of Night Shadz #A5364D
Tints of Night Shadz #A5364D
RGB
CMYK
RGB Variations
Color information
#A5364D (or 0xA5364D) is known color: Night Shadz. HEX triplet: A5, 36 and 4D. RGB value is (165,54,77). Sum of RGB (Red+Green+Blue) = 165+54+77=296 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.74% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 165 - color contains mainly: red. Hex color #A5364D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5364D is #5AC9B2. Grayscale: #595959. Windows color (decimal): -5949875 or 5060261. OLE color: 5060261.
HSL color Cylindrical-coordinate representation of color #A5364D: hue angle of 347.57º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A5364D is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 54 | 77 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.35 |
| HSL | 347.57º | 0.51% | 0.43% | - |
| HSV(B) | 347.57º | 0.67% | 0.65% | - |
| XYZ | 18.18 | 11.17 | 8.22 | - |
| YUV | 89.81 | 120.77 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 54 | 77 | 0 | 0.67 | 0.53 | 0.35 | 347.57 | 0.51 | 0.43 |
| Hex | A5 | 36 | 4D | 0 | 43 | 35 | 23 | 15C | 33 | 2B |
| Octal | 245 | 66 | 115 | 0 | 103 | 65 | 43 | 534 | 63 | 53 |
| Binary | 10100101 | 110110 | 1001101 | 0 | 1000011 | 110101 | 100011 | 101011100 | 110011 | 101011 |
Color Harmonies of #A5364D
Complementary color
Monochromatic Colors of #A5364D
Black with #A5364D
Text Example
Text Example
White with #A5364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5364D; }
p { color: rgb(165,54,77); }
H1.HeaderClassName
{
color: #A5364D;
}
.AnyTagClassName
{
color: #A5364D;
}
</style>
background-color css
<style>
a { background-color: #A5364D; }
a { background-color: rgb(165,54,77); }
div.DivClassName
{
background-color: #A5364D;
}
.BgClassName
{
background-color: #A5364D;
}
</style>
border-color css
<style>
span { border-color: #A5364D; }
span { border-color: rgb(165,54,77); }
td.TdClassName
{
border-color: #A5364D;
}
.TagClassName
{
border-color: #A5364D;
}
</style>