Shades of Night Shadz #A63151
Tints of Night Shadz #A63151
RGB
CMYK
RGB Variations
Color information
#A63151 (or 0xA63151) is known color: Night Shadz. HEX triplet: A6, 31 and 51. RGB value is (166,49,81). Sum of RGB (Red+Green+Blue) = 166+49+81=296 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.08% from 296); Green value is 49 (19.53% from 255 or 16.55% from 296); Blue value is 81 (32.03% from 255 or 27.36% from 296); Max value from RGB is 166 - color contains mainly: red. Hex color #A63151 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63151 is #59CEAE. Grayscale: #575757. Windows color (decimal): -5885615 or 5321126. OLE color: 5321126.
HSL color Cylindrical-coordinate representation of color #A63151: hue angle of 343.59º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A63151 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 49 | 81 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.35 |
| HSL | 343.59º | 0.54% | 0.42% | - |
| HSV(B) | 343.59º | 0.7% | 0.65% | - |
| XYZ | 18.31 | 10.9 | 8.92 | - |
| YUV | 87.63 | 124.26 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 49 | 81 | 0 | 0.70 | 0.51 | 0.35 | 343.59 | 0.54 | 0.42 |
| Hex | A6 | 31 | 51 | 0 | 46 | 33 | 23 | 158 | 36 | 2A |
| Octal | 246 | 61 | 121 | 0 | 106 | 63 | 43 | 530 | 66 | 52 |
| Binary | 10100110 | 110001 | 1010001 | 0 | 1000110 | 110011 | 100011 | 101011000 | 110110 | 101010 |
Color Harmonies of #A63151
Complementary color
Monochromatic Colors of #A63151
Black with #A63151
Text Example
Text Example
White with #A63151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63151; }
p { color: rgb(166,49,81); }
H1.HeaderClassName
{
color: #A63151;
}
.AnyTagClassName
{
color: #A63151;
}
</style>
background-color css
<style>
a { background-color: #A63151; }
a { background-color: rgb(166,49,81); }
div.DivClassName
{
background-color: #A63151;
}
.BgClassName
{
background-color: #A63151;
}
</style>
border-color css
<style>
span { border-color: #A63151; }
span { border-color: rgb(166,49,81); }
td.TdClassName
{
border-color: #A63151;
}
.TagClassName
{
border-color: #A63151;
}
</style>