Shades of Cardinal #A91341
Tints of Cardinal #A91341
RGB
CMYK
RGB Variations
Color information
#A91341 (or 0xA91341) is known color: Cardinal. HEX triplet: A9, 13 and 41. RGB value is (169,19,65). Sum of RGB (Red+Green+Blue) = 169+19+65=253 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.80% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 65 (25.78% from 255 or 25.69% from 253); Max value from RGB is 169 - color contains mainly: red. Hex color #A91341 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91341 is #56ECBE. Grayscale: #454545. Windows color (decimal): -5696703 or 4264873. OLE color: 4264873.
HSL color Cylindrical-coordinate representation of color #A91341: hue angle of 341.6º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A91341 is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 19 | 65 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.34 |
| HSL | 341.6º | 0.8% | 0.37% | - |
| HSV(B) | 341.6º | 0.89% | 0.66% | - |
| XYZ | 17.55 | 9.28 | 5.87 | - |
| YUV | 69.09 | 125.7 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 19 | 65 | 0 | 0.89 | 0.62 | 0.34 | 341.6 | 0.8 | 0.37 |
| Hex | A9 | 13 | 41 | 0 | 59 | 3E | 22 | 156 | 50 | 25 |
| Octal | 251 | 23 | 101 | 0 | 131 | 76 | 42 | 526 | 120 | 45 |
| Binary | 10101001 | 10011 | 1000001 | 0 | 1011001 | 111110 | 100010 | 101010110 | 1010000 | 100101 |
Color Harmonies of #A91341
Complementary color
Monochromatic Colors of #A91341
Black with #A91341
Text Example
Text Example
White with #A91341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91341; }
p { color: rgb(169,19,65); }
H1.HeaderClassName
{
color: #A91341;
}
.AnyTagClassName
{
color: #A91341;
}
</style>
background-color css
<style>
a { background-color: #A91341; }
a { background-color: rgb(169,19,65); }
div.DivClassName
{
background-color: #A91341;
}
.BgClassName
{
background-color: #A91341;
}
</style>
border-color css
<style>
span { border-color: #A91341; }
span { border-color: rgb(169,19,65); }
td.TdClassName
{
border-color: #A91341;
}
.TagClassName
{
border-color: #A91341;
}
</style>