Shades of Night Shadz #A1464B
Tints of Night Shadz #A1464B
RGB
CMYK
RGB Variations
Color information
#A1464B (or 0xA1464B) is known color: Night Shadz. HEX triplet: A1, 46 and 4B. RGB value is (161,70,75). Sum of RGB (Red+Green+Blue) = 161+70+75=306 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.61% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 161 - color contains mainly: red. Hex color #A1464B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1464B is #5EB9B4. Grayscale: #616161. Windows color (decimal): -6207925 or 4933281. OLE color: 4933281.
HSL color Cylindrical-coordinate representation of color #A1464B: hue angle of 356.7º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A1464B is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 70 | 75 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.37 |
| HSL | 356.7º | 0.39% | 0.45% | - |
| HSV(B) | 356.7º | 0.57% | 0.63% | - |
| XYZ | 18.16 | 12.47 | 8.11 | - |
| YUV | 97.78 | 115.15 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 70 | 75 | 0 | 0.57 | 0.53 | 0.37 | 356.7 | 0.39 | 0.45 |
| Hex | A1 | 46 | 4B | 0 | 39 | 35 | 25 | 165 | 27 | 2D |
| Octal | 241 | 106 | 113 | 0 | 71 | 65 | 45 | 545 | 47 | 55 |
| Binary | 10100001 | 1000110 | 1001011 | 0 | 111001 | 110101 | 100101 | 101100101 | 100111 | 101101 |
Color Harmonies of #A1464B
Complementary color
Monochromatic Colors of #A1464B
Black with #A1464B
Text Example
Text Example
White with #A1464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1464B; }
p { color: rgb(161,70,75); }
H1.HeaderClassName
{
color: #A1464B;
}
.AnyTagClassName
{
color: #A1464B;
}
</style>
background-color css
<style>
a { background-color: #A1464B; }
a { background-color: rgb(161,70,75); }
div.DivClassName
{
background-color: #A1464B;
}
.BgClassName
{
background-color: #A1464B;
}
</style>
border-color css
<style>
span { border-color: #A1464B; }
span { border-color: rgb(161,70,75); }
td.TdClassName
{
border-color: #A1464B;
}
.TagClassName
{
border-color: #A1464B;
}
</style>