Shades of Night Shadz #A63849
Tints of Night Shadz #A63849
RGB
CMYK
RGB Variations
Color information
#A63849 (or 0xA63849) is known color: Night Shadz. HEX triplet: A6, 38 and 49. RGB value is (166,56,73). Sum of RGB (Red+Green+Blue) = 166+56+73=295 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.27% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 166 - color contains mainly: red. Hex color #A63849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63849 is #59C7B6. Grayscale: #5A5A5A. Windows color (decimal): -5883831 or 4798630. OLE color: 4798630.
HSL color Cylindrical-coordinate representation of color #A63849: hue angle of 350.73º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A63849 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 56 | 73 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.35 |
| HSL | 350.73º | 0.5% | 0.44% | - |
| HSV(B) | 350.73º | 0.66% | 0.65% | - |
| XYZ | 18.34 | 11.42 | 7.54 | - |
| YUV | 90.83 | 117.94 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 56 | 73 | 0 | 0.66 | 0.56 | 0.35 | 350.73 | 0.5 | 0.44 |
| Hex | A6 | 38 | 49 | 0 | 42 | 38 | 23 | 15F | 32 | 2C |
| Octal | 246 | 70 | 111 | 0 | 102 | 70 | 43 | 537 | 62 | 54 |
| Binary | 10100110 | 111000 | 1001001 | 0 | 1000010 | 111000 | 100011 | 101011111 | 110010 | 101100 |
Color Harmonies of #A63849
Complementary color
Monochromatic Colors of #A63849
Black with #A63849
Text Example
Text Example
White with #A63849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63849; }
p { color: rgb(166,56,73); }
H1.HeaderClassName
{
color: #A63849;
}
.AnyTagClassName
{
color: #A63849;
}
</style>
background-color css
<style>
a { background-color: #A63849; }
a { background-color: rgb(166,56,73); }
div.DivClassName
{
background-color: #A63849;
}
.BgClassName
{
background-color: #A63849;
}
</style>
border-color css
<style>
span { border-color: #A63849; }
span { border-color: rgb(166,56,73); }
td.TdClassName
{
border-color: #A63849;
}
.TagClassName
{
border-color: #A63849;
}
</style>