#A71441

Color #A71441 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #A71441

Tints of Cardinal #A71441

Color information

#A71441 (or 0xA71441) is unknown color: approx Cardinal. HEX triplet: A7, 14 and 41. RGB value is (167,20,65). Sum of RGB (Red+Green+Blue) = 167+20+65=252 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.27% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 65 (25.78% from 255 or 25.79% from 252); Max value from RGB is 167 - color contains mainly: red. Hex color #A71441 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71441 is #58EBBE. Grayscale: #454545. Windows color (decimal): -5827519 or 4265127. OLE color: 4265127.

HSL color Cylindrical-coordinate representation of color #A71441: hue angle of 341.63º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A71441 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB1672065-
CMYK00.880.610.35
HSL341.63º78.61%36.67%-
HSV(B)341.63º88.02%65.49%-
XYZ17.149.15.85-
YUV69.08125.7197.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 167 (65.62% from 255) = 66.27%
GREEN value IS 20 (8.20% from 255) = 7.94%
BLUE value IS 65 (25.78% from 255) = 25.79%
R=66.27%
G=7.94%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167206500.880.610.35341.6378.6136.67
HexA714410583D231564f25
Octal247241010130754352611745
Binary10100111101001000001010110001111011000111010101101001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71441; }

 p { color: rgb(167,20,65); }

 H1.HeaderClassName
 {
   color: #A71441;
 }
 .AnyTagClassName
 {
   color: #A71441;
 }
</style>
background-color css

<style>
 a { background-color: #A71441; }

 a { background-color: rgb(167,20,65); }

 div.DivClassName
 {
   background-color: #A71441;
 }
 .BgClassName
 {
   background-color: #A71441;
 }
</style>
border-color css

<style>
 span { border-color: #A71441; }

 span { border-color: rgb(167,20,65); }

 td.TdClassName
 {
   border-color: #A71441;
 }
 .TagClassName
 {
   border-color: #A71441;
 }
</style>