Shades of Night Shadz #A0364B
Tints of Night Shadz #A0364B
RGB
CMYK
RGB Variations
Color information
#A0364B (or 0xA0364B) is known color: Night Shadz. HEX triplet: A0, 36 and 4B. RGB value is (160,54,75). Sum of RGB (Red+Green+Blue) = 160+54+75=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 75 (29.69% from 255 or 25.95% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A0364B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0364B is #5FC9B4. Grayscale: #585858. Windows color (decimal): -6277557 or 4929184. OLE color: 4929184.
HSL color Cylindrical-coordinate representation of color #A0364B: hue angle of 348.11º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A0364B is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 54 | 75 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.37 |
| HSL | 348.11º | 0.5% | 0.42% | - |
| HSV(B) | 348.11º | 0.66% | 0.63% | - |
| XYZ | 17.09 | 10.62 | 7.81 | - |
| YUV | 88.09 | 120.62 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 75 | 0 | 0.66 | 0.53 | 0.37 | 348.11 | 0.5 | 0.42 |
| Hex | A0 | 36 | 4B | 0 | 42 | 35 | 25 | 15C | 32 | 2A |
| Octal | 240 | 66 | 113 | 0 | 102 | 65 | 45 | 534 | 62 | 52 |
| Binary | 10100000 | 110110 | 1001011 | 0 | 1000010 | 110101 | 100101 | 101011100 | 110010 | 101010 |
Color Harmonies of #A0364B
Complementary color
Monochromatic Colors of #A0364B
Black with #A0364B
Text Example
Text Example
White with #A0364B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0364B; }
p { color: rgb(160,54,75); }
H1.HeaderClassName
{
color: #A0364B;
}
.AnyTagClassName
{
color: #A0364B;
}
</style>
background-color css
<style>
a { background-color: #A0364B; }
a { background-color: rgb(160,54,75); }
div.DivClassName
{
background-color: #A0364B;
}
.BgClassName
{
background-color: #A0364B;
}
</style>
border-color css
<style>
span { border-color: #A0364B; }
span { border-color: rgb(160,54,75); }
td.TdClassName
{
border-color: #A0364B;
}
.TagClassName
{
border-color: #A0364B;
}
</style>