Shades of Cardinal #A80839
Tints of Cardinal #A80839
RGB
CMYK
RGB Variations
Color information
#A80839 (or 0xA80839) is known color: Cardinal. HEX triplet: A8, 08 and 39. RGB value is (168,8,57). Sum of RGB (Red+Green+Blue) = 168+8+57=233 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.10% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 57 (22.66% from 255 or 24.46% from 233); Max value from RGB is 168 - color contains mainly: red. Hex color #A80839 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80839 is #57F7C6. Grayscale: #3D3D3D. Windows color (decimal): -5765063 or 3737768. OLE color: 3737768.
HSL color Cylindrical-coordinate representation of color #A80839: hue angle of 341.62º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80839 is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 8 | 57 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.34 |
| HSL | 341.63º | 0.91% | 0.35% | - |
| HSV(B) | 341.63º | 0.95% | 0.66% | - |
| XYZ | 16.97 | 8.79 | 4.67 | - |
| YUV | 61.43 | 125.51 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 8 | 57 | 0 | 0.95 | 0.66 | 0.34 | 341.63 | 0.91 | 0.35 |
| Hex | A8 | 8 | 39 | 0 | 5F | 42 | 22 | 156 | 5B | 23 |
| Octal | 250 | 10 | 71 | 0 | 137 | 102 | 42 | 526 | 133 | 43 |
| Binary | 10101000 | 1000 | 111001 | 0 | 1011111 | 1000010 | 100010 | 101010110 | 1011011 | 100011 |
Color Harmonies of #A80839
Complementary color
Monochromatic Colors of #A80839
Black with #A80839
Text Example
Text Example
White with #A80839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80839; }
p { color: rgb(168,8,57); }
H1.HeaderClassName
{
color: #A80839;
}
.AnyTagClassName
{
color: #A80839;
}
</style>
background-color css
<style>
a { background-color: #A80839; }
a { background-color: rgb(168,8,57); }
div.DivClassName
{
background-color: #A80839;
}
.BgClassName
{
background-color: #A80839;
}
</style>
border-color css
<style>
span { border-color: #A80839; }
span { border-color: rgb(168,8,57); }
td.TdClassName
{
border-color: #A80839;
}
.TagClassName
{
border-color: #A80839;
}
</style>