Shades of Cardinal #A71941
Tints of Cardinal #A71941
RGB
CMYK
RGB Variations
Color information
#A71941 (or 0xA71941) is known color: Cardinal. HEX triplet: A7, 19 and 41. RGB value is (167,25,65). Sum of RGB (Red+Green+Blue) = 167+25+65=257 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.98% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 65 (25.78% from 255 or 25.29% from 257); Max value from RGB is 167 - color contains mainly: red. Hex color #A71941 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71941 is #58E6BE. Grayscale: #484848. Windows color (decimal): -5826239 or 4266407. OLE color: 4266407.
HSL color Cylindrical-coordinate representation of color #A71941: hue angle of 343.1º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A71941 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 25 | 65 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.35 |
| HSL | 343.1º | 0.74% | 0.38% | - |
| HSV(B) | 343.1º | 0.85% | 0.65% | - |
| XYZ | 17.24 | 9.29 | 5.89 | - |
| YUV | 72.02 | 124.04 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 25 | 65 | 0 | 0.85 | 0.61 | 0.35 | 343.1 | 0.74 | 0.38 |
| Hex | A7 | 19 | 41 | 0 | 55 | 3D | 23 | 157 | 4A | 26 |
| Octal | 247 | 31 | 101 | 0 | 125 | 75 | 43 | 527 | 112 | 46 |
| Binary | 10100111 | 11001 | 1000001 | 0 | 1010101 | 111101 | 100011 | 101010111 | 1001010 | 100110 |
Color Harmonies of #A71941
Complementary color
Monochromatic Colors of #A71941
Black with #A71941
Text Example
Text Example
White with #A71941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71941; }
p { color: rgb(167,25,65); }
H1.HeaderClassName
{
color: #A71941;
}
.AnyTagClassName
{
color: #A71941;
}
</style>
background-color css
<style>
a { background-color: #A71941; }
a { background-color: rgb(167,25,65); }
div.DivClassName
{
background-color: #A71941;
}
.BgClassName
{
background-color: #A71941;
}
</style>
border-color css
<style>
span { border-color: #A71941; }
span { border-color: rgb(167,25,65); }
td.TdClassName
{
border-color: #A71941;
}
.TagClassName
{
border-color: #A71941;
}
</style>