Shades of Night Shadz #A0374B
Tints of Night Shadz #A0374B
RGB
CMYK
RGB Variations
Color information
#A0374B (or 0xA0374B) is known color: Night Shadz. HEX triplet: A0, 37 and 4B. RGB value is (160,55,75). Sum of RGB (Red+Green+Blue) = 160+55+75=290 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.17% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 160 - color contains mainly: red. Hex color #A0374B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0374B is #5FC8B4. Grayscale: #585858. Windows color (decimal): -6277301 or 4929440. OLE color: 4929440.
HSL color Cylindrical-coordinate representation of color #A0374B: hue angle of 348.57º degrees, saturation: 0.49, 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 #A0374B is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 55 | 75 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.37 |
| HSL | 348.57º | 0.49% | 0.42% | - |
| HSV(B) | 348.57º | 0.66% | 0.63% | - |
| XYZ | 17.13 | 10.71 | 7.82 | - |
| YUV | 88.68 | 120.29 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 75 | 0 | 0.66 | 0.53 | 0.37 | 348.57 | 0.49 | 0.42 |
| Hex | A0 | 37 | 4B | 0 | 42 | 35 | 25 | 15D | 31 | 2A |
| Octal | 240 | 67 | 113 | 0 | 102 | 65 | 45 | 535 | 61 | 52 |
| Binary | 10100000 | 110111 | 1001011 | 0 | 1000010 | 110101 | 100101 | 101011101 | 110001 | 101010 |
Color Harmonies of #A0374B
Complementary color
Monochromatic Colors of #A0374B
Black with #A0374B
Text Example
Text Example
White with #A0374B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0374B; }
p { color: rgb(160,55,75); }
H1.HeaderClassName
{
color: #A0374B;
}
.AnyTagClassName
{
color: #A0374B;
}
</style>
background-color css
<style>
a { background-color: #A0374B; }
a { background-color: rgb(160,55,75); }
div.DivClassName
{
background-color: #A0374B;
}
.BgClassName
{
background-color: #A0374B;
}
</style>
border-color css
<style>
span { border-color: #A0374B; }
span { border-color: rgb(160,55,75); }
td.TdClassName
{
border-color: #A0374B;
}
.TagClassName
{
border-color: #A0374B;
}
</style>