Shades of Night Shadz #A83350
Tints of Night Shadz #A83350
RGB
CMYK
RGB Variations
Color information
#A83350 (or 0xA83350) is known color: Night Shadz. HEX triplet: A8, 33 and 50. RGB value is (168,51,80). Sum of RGB (Red+Green+Blue) = 168+51+80=299 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.19% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 80 (31.64% from 255 or 26.76% from 299); Max value from RGB is 168 - color contains mainly: red. Hex color #A83350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A83350 is #57CCAF. Grayscale: #595959. Windows color (decimal): -5754032 or 5256104. OLE color: 5256104.
HSL color Cylindrical-coordinate representation of color #A83350: hue angle of 345.13º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A83350 is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 51 | 80 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.34 |
| HSL | 345.13º | 0.53% | 0.43% | - |
| HSV(B) | 345.13º | 0.7% | 0.66% | - |
| XYZ | 18.78 | 11.27 | 8.78 | - |
| YUV | 89.29 | 122.76 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 51 | 80 | 0 | 0.70 | 0.52 | 0.34 | 345.13 | 0.53 | 0.43 |
| Hex | A8 | 33 | 50 | 0 | 46 | 34 | 22 | 159 | 35 | 2B |
| Octal | 250 | 63 | 120 | 0 | 106 | 64 | 42 | 531 | 65 | 53 |
| Binary | 10101000 | 110011 | 1010000 | 0 | 1000110 | 110100 | 100010 | 101011001 | 110101 | 101011 |
Color Harmonies of #A83350
Complementary color
Monochromatic Colors of #A83350
Black with #A83350
Text Example
Text Example
White with #A83350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83350; }
p { color: rgb(168,51,80); }
H1.HeaderClassName
{
color: #A83350;
}
.AnyTagClassName
{
color: #A83350;
}
</style>
background-color css
<style>
a { background-color: #A83350; }
a { background-color: rgb(168,51,80); }
div.DivClassName
{
background-color: #A83350;
}
.BgClassName
{
background-color: #A83350;
}
</style>
border-color css
<style>
span { border-color: #A83350; }
span { border-color: rgb(168,51,80); }
td.TdClassName
{
border-color: #A83350;
}
.TagClassName
{
border-color: #A83350;
}
</style>