Shades of Night Shadz #A5394E
Tints of Night Shadz #A5394E
RGB
CMYK
RGB Variations
Color information
#A5394E (or 0xA5394E) is known color: Night Shadz. HEX triplet: A5, 39 and 4E. RGB value is (165,57,78). Sum of RGB (Red+Green+Blue) = 165+57+78=300 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 165 - color contains mainly: red. Hex color #A5394E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5394E is #5AC6B1. Grayscale: #5B5B5B. Windows color (decimal): -5949106 or 5126565. OLE color: 5126565.
HSL color Cylindrical-coordinate representation of color #A5394E: hue angle of 348.33º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A5394E is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 57 | 78 | - |
| CMYK | 0 | 0.65 | 0.53 | 0.35 |
| HSL | 348.33º | 0.49% | 0.44% | - |
| HSV(B) | 348.33º | 0.65% | 0.65% | - |
| XYZ | 18.36 | 11.48 | 8.46 | - |
| YUV | 91.69 | 120.28 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 57 | 78 | 0 | 0.65 | 0.53 | 0.35 | 348.33 | 0.49 | 0.44 |
| Hex | A5 | 39 | 4E | 0 | 41 | 35 | 23 | 15C | 31 | 2C |
| Octal | 245 | 71 | 116 | 0 | 101 | 65 | 43 | 534 | 61 | 54 |
| Binary | 10100101 | 111001 | 1001110 | 0 | 1000001 | 110101 | 100011 | 101011100 | 110001 | 101100 |
Color Harmonies of #A5394E
Complementary color
Monochromatic Colors of #A5394E
Black with #A5394E
Text Example
Text Example
White with #A5394E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5394E; }
p { color: rgb(165,57,78); }
H1.HeaderClassName
{
color: #A5394E;
}
.AnyTagClassName
{
color: #A5394E;
}
</style>
background-color css
<style>
a { background-color: #A5394E; }
a { background-color: rgb(165,57,78); }
div.DivClassName
{
background-color: #A5394E;
}
.BgClassName
{
background-color: #A5394E;
}
</style>
border-color css
<style>
span { border-color: #A5394E; }
span { border-color: rgb(165,57,78); }
td.TdClassName
{
border-color: #A5394E;
}
.TagClassName
{
border-color: #A5394E;
}
</style>