Shades of Night Shadz #A63551
Tints of Night Shadz #A63551
RGB
CMYK
RGB Variations
Color information
#A63551 (or 0xA63551) is known color: Night Shadz. HEX triplet: A6, 35 and 51. RGB value is (166,53,81). Sum of RGB (Red+Green+Blue) = 166+53+81=300 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.33% from 300); Green value is 53 (21.09% from 255 or 17.67% from 300); Blue value is 81 (32.03% from 255 or 27% from 300); Max value from RGB is 166 - color contains mainly: red. Hex color #A63551 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63551 is #59CAAE. Grayscale: #595959. Windows color (decimal): -5884591 or 5322150. OLE color: 5322150.
HSL color Cylindrical-coordinate representation of color #A63551: hue angle of 345.13º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A63551 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 53 | 81 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.35 |
| HSL | 345.13º | 0.52% | 0.43% | - |
| HSV(B) | 345.13º | 0.68% | 0.65% | - |
| XYZ | 18.48 | 11.25 | 8.98 | - |
| YUV | 89.98 | 122.94 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 53 | 81 | 0 | 0.68 | 0.51 | 0.35 | 345.13 | 0.52 | 0.43 |
| Hex | A6 | 35 | 51 | 0 | 44 | 33 | 23 | 159 | 34 | 2B |
| Octal | 246 | 65 | 121 | 0 | 104 | 63 | 43 | 531 | 64 | 53 |
| Binary | 10100110 | 110101 | 1010001 | 0 | 1000100 | 110011 | 100011 | 101011001 | 110100 | 101011 |
Color Harmonies of #A63551
Complementary color
Monochromatic Colors of #A63551
Black with #A63551
Text Example
Text Example
White with #A63551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63551; }
p { color: rgb(166,53,81); }
H1.HeaderClassName
{
color: #A63551;
}
.AnyTagClassName
{
color: #A63551;
}
</style>
background-color css
<style>
a { background-color: #A63551; }
a { background-color: rgb(166,53,81); }
div.DivClassName
{
background-color: #A63551;
}
.BgClassName
{
background-color: #A63551;
}
</style>
border-color css
<style>
span { border-color: #A63551; }
span { border-color: rgb(166,53,81); }
td.TdClassName
{
border-color: #A63551;
}
.TagClassName
{
border-color: #A63551;
}
</style>