Shades of Cardinal #A80639
Tints of Cardinal #A80639
RGB
CMYK
RGB Variations
Color information
#A80639 (or 0xA80639) is known color: Cardinal. HEX triplet: A8, 06 and 39. RGB value is (168,6,57). Sum of RGB (Red+Green+Blue) = 168+6+57=231 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.73% from 231); Green value is 6 (2.73% from 255 or 2.60% from 231); Blue value is 57 (22.66% from 255 or 24.68% from 231); Max value from RGB is 168 - color contains mainly: red. Hex color #A80639 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80639 is #57F9C6. Grayscale: #3C3C3C. Windows color (decimal): -5765575 or 3737256. OLE color: 3737256.
HSL color Cylindrical-coordinate representation of color #A80639: hue angle of 341.11º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A80639 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 6 | 57 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.34 |
| HSL | 341.11º | 0.93% | 0.34% | - |
| HSV(B) | 341.11º | 0.96% | 0.66% | - |
| XYZ | 16.95 | 8.75 | 4.67 | - |
| YUV | 60.25 | 126.17 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 6 | 57 | 0 | 0.96 | 0.66 | 0.34 | 341.11 | 0.93 | 0.34 |
| Hex | A8 | 6 | 39 | 0 | 60 | 42 | 22 | 155 | 5D | 22 |
| Octal | 250 | 6 | 71 | 0 | 140 | 102 | 42 | 525 | 135 | 42 |
| Binary | 10101000 | 110 | 111001 | 0 | 1100000 | 1000010 | 100010 | 101010101 | 1011101 | 100010 |
Color Harmonies of #A80639
Complementary color
Monochromatic Colors of #A80639
Black with #A80639
Text Example
Text Example
White with #A80639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80639; }
p { color: rgb(168,6,57); }
H1.HeaderClassName
{
color: #A80639;
}
.AnyTagClassName
{
color: #A80639;
}
</style>
background-color css
<style>
a { background-color: #A80639; }
a { background-color: rgb(168,6,57); }
div.DivClassName
{
background-color: #A80639;
}
.BgClassName
{
background-color: #A80639;
}
</style>
border-color css
<style>
span { border-color: #A80639; }
span { border-color: rgb(168,6,57); }
td.TdClassName
{
border-color: #A80639;
}
.TagClassName
{
border-color: #A80639;
}
</style>