Shades of Night Shadz #A5394F
Tints of Night Shadz #A5394F
RGB
CMYK
RGB Variations
Color information
#A5394F (or 0xA5394F) is known color: Night Shadz. HEX triplet: A5, 39 and 4F. RGB value is (165,57,79). Sum of RGB (Red+Green+Blue) = 165+57+79=301 (39% of max value = 765). Red value is 165 (64.84% from 255 or 54.82% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 165 - color contains mainly: red. Hex color #A5394F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5394F is #5AC6B0. Grayscale: #5B5B5B. Windows color (decimal): -5949105 or 5192101. OLE color: 5192101.
HSL color Cylindrical-coordinate representation of color #A5394F: hue angle of 347.78º 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 #A5394F is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 57 | 79 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.35 |
| HSL | 347.78º | 0.49% | 0.44% | - |
| HSV(B) | 347.78º | 0.65% | 0.65% | - |
| XYZ | 18.39 | 11.49 | 8.65 | - |
| YUV | 91.8 | 120.78 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 57 | 79 | 0 | 0.65 | 0.52 | 0.35 | 347.78 | 0.49 | 0.44 |
| Hex | A5 | 39 | 4F | 0 | 41 | 34 | 23 | 15C | 31 | 2C |
| Octal | 245 | 71 | 117 | 0 | 101 | 64 | 43 | 534 | 61 | 54 |
| Binary | 10100101 | 111001 | 1001111 | 0 | 1000001 | 110100 | 100011 | 101011100 | 110001 | 101100 |
Color Harmonies of #A5394F
Complementary color
Monochromatic Colors of #A5394F
Black with #A5394F
Text Example
Text Example
White with #A5394F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5394F; }
p { color: rgb(165,57,79); }
H1.HeaderClassName
{
color: #A5394F;
}
.AnyTagClassName
{
color: #A5394F;
}
</style>
background-color css
<style>
a { background-color: #A5394F; }
a { background-color: rgb(165,57,79); }
div.DivClassName
{
background-color: #A5394F;
}
.BgClassName
{
background-color: #A5394F;
}
</style>
border-color css
<style>
span { border-color: #A5394F; }
span { border-color: rgb(165,57,79); }
td.TdClassName
{
border-color: #A5394F;
}
.TagClassName
{
border-color: #A5394F;
}
</style>