Shades of Night Shadz #A0374C
Tints of Night Shadz #A0374C
RGB
CMYK
RGB Variations
Color information
#A0374C (or 0xA0374C) is known color: Night Shadz. HEX triplet: A0, 37 and 4C. RGB value is (160,55,76). Sum of RGB (Red+Green+Blue) = 160+55+76=291 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.98% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 160 - color contains mainly: red. Hex color #A0374C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0374C is #5FC8B3. Grayscale: #585858. Windows color (decimal): -6277300 or 4994976. OLE color: 4994976.
HSL color Cylindrical-coordinate representation of color #A0374C: hue angle of 348º 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 #A0374C is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 55 | 76 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.37 |
| HSL | 348º | 0.49% | 0.42% | - |
| HSV(B) | 348º | 0.66% | 0.63% | - |
| XYZ | 17.17 | 10.73 | 8 | - |
| YUV | 88.79 | 120.79 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 76 | 0 | 0.66 | 0.52 | 0.37 | 348 | 0.49 | 0.42 |
| Hex | A0 | 37 | 4C | 0 | 42 | 34 | 25 | 15C | 31 | 2A |
| Octal | 240 | 67 | 114 | 0 | 102 | 64 | 45 | 534 | 61 | 52 |
| Binary | 10100000 | 110111 | 1001100 | 0 | 1000010 | 110100 | 100101 | 101011100 | 110001 | 101010 |
Color Harmonies of #A0374C
Complementary color
Monochromatic Colors of #A0374C
Black with #A0374C
Text Example
Text Example
White with #A0374C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0374C; }
p { color: rgb(160,55,76); }
H1.HeaderClassName
{
color: #A0374C;
}
.AnyTagClassName
{
color: #A0374C;
}
</style>
background-color css
<style>
a { background-color: #A0374C; }
a { background-color: rgb(160,55,76); }
div.DivClassName
{
background-color: #A0374C;
}
.BgClassName
{
background-color: #A0374C;
}
</style>
border-color css
<style>
span { border-color: #A0374C; }
span { border-color: rgb(160,55,76); }
td.TdClassName
{
border-color: #A0374C;
}
.TagClassName
{
border-color: #A0374C;
}
</style>