Shades of Night Shadz #A0414B
Tints of Night Shadz #A0414B
RGB
CMYK
RGB Variations
Color information
#A0414B (or 0xA0414B) is known color: Night Shadz. HEX triplet: A0, 41 and 4B. RGB value is (160,65,75). Sum of RGB (Red+Green+Blue) = 160+65+75=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A0414B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0414B is #5FBEB4. Grayscale: #5E5E5E. Windows color (decimal): -6274741 or 4932000. OLE color: 4932000.
HSL color Cylindrical-coordinate representation of color #A0414B: hue angle of 353.68º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0414B is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 65 | 75 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.37 |
| HSL | 353.68º | 0.42% | 0.44% | - |
| HSV(B) | 353.68º | 0.59% | 0.63% | - |
| XYZ | 17.66 | 11.76 | 8 | - |
| YUV | 94.55 | 116.97 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 65 | 75 | 0 | 0.59 | 0.53 | 0.37 | 353.68 | 0.42 | 0.44 |
| Hex | A0 | 41 | 4B | 0 | 3B | 35 | 25 | 162 | 2A | 2C |
| Octal | 240 | 101 | 113 | 0 | 73 | 65 | 45 | 542 | 52 | 54 |
| Binary | 10100000 | 1000001 | 1001011 | 0 | 111011 | 110101 | 100101 | 101100010 | 101010 | 101100 |
Color Harmonies of #A0414B
Complementary color
Monochromatic Colors of #A0414B
Black with #A0414B
Text Example
Text Example
White with #A0414B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0414B; }
p { color: rgb(160,65,75); }
H1.HeaderClassName
{
color: #A0414B;
}
.AnyTagClassName
{
color: #A0414B;
}
</style>
background-color css
<style>
a { background-color: #A0414B; }
a { background-color: rgb(160,65,75); }
div.DivClassName
{
background-color: #A0414B;
}
.BgClassName
{
background-color: #A0414B;
}
</style>
border-color css
<style>
span { border-color: #A0414B; }
span { border-color: rgb(160,65,75); }
td.TdClassName
{
border-color: #A0414B;
}
.TagClassName
{
border-color: #A0414B;
}
</style>