Shades of Night Shadz #A83949
Tints of Night Shadz #A83949
RGB
CMYK
RGB Variations
Color information
#A83949 (or 0xA83949) is known color: Night Shadz. HEX triplet: A8, 39 and 49. RGB value is (168,57,73). Sum of RGB (Red+Green+Blue) = 168+57+73=298 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.38% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 168 - color contains mainly: red. Hex color #A83949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83949 is #57C6B6. Grayscale: #5C5C5C. Windows color (decimal): -5752503 or 4798888. OLE color: 4798888.
HSL color Cylindrical-coordinate representation of color #A83949: hue angle of 351.35º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A83949 is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 57 | 73 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.34 |
| HSL | 351.35º | 0.49% | 0.44% | - |
| HSV(B) | 351.35º | 0.66% | 0.66% | - |
| XYZ | 18.81 | 11.73 | 7.58 | - |
| YUV | 92.01 | 117.27 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 57 | 73 | 0 | 0.66 | 0.57 | 0.34 | 351.35 | 0.49 | 0.44 |
| Hex | A8 | 39 | 49 | 0 | 42 | 39 | 22 | 15F | 31 | 2C |
| Octal | 250 | 71 | 111 | 0 | 102 | 71 | 42 | 537 | 61 | 54 |
| Binary | 10101000 | 111001 | 1001001 | 0 | 1000010 | 111001 | 100010 | 101011111 | 110001 | 101100 |
Color Harmonies of #A83949
Complementary color
Monochromatic Colors of #A83949
Black with #A83949
Text Example
Text Example
White with #A83949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83949; }
p { color: rgb(168,57,73); }
H1.HeaderClassName
{
color: #A83949;
}
.AnyTagClassName
{
color: #A83949;
}
</style>
background-color css
<style>
a { background-color: #A83949; }
a { background-color: rgb(168,57,73); }
div.DivClassName
{
background-color: #A83949;
}
.BgClassName
{
background-color: #A83949;
}
</style>
border-color css
<style>
span { border-color: #A83949; }
span { border-color: rgb(168,57,73); }
td.TdClassName
{
border-color: #A83949;
}
.TagClassName
{
border-color: #A83949;
}
</style>