#A81741

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

Shades of Cardinal #A81741

Tints of Cardinal #A81741

Color information

#A81741 (or 0xA81741) is unknown color: approx Cardinal. HEX triplet: A8, 17 and 41. RGB value is (168,23,65). Sum of RGB (Red+Green+Blue) = 168+23+65=256 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.62% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 168 - color contains mainly: red. Hex color #A81741 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81741 is #57E8BE. Grayscale: #474747. Windows color (decimal): -5761215 or 4265896. OLE color: 4265896.

HSL color Cylindrical-coordinate representation of color #A81741: hue angle of 342.62º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A81741 is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB1682365-
CMYK00.860.610.34
HSL342.62º75.92%37.45%-
HSV(B)342.62º86.31%65.88%-
XYZ17.419.325.88-
YUV71.14124.54197.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 65.62%
GREEN value IS 23 (9.38% from 255) = 8.98%
BLUE value IS 65 (25.78% from 255) = 25.39%
R=65.62%
G=8.98%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168236500.860.610.34342.6275.9237.45
HexA817410563D221574c25
Octal250271010126754252711445
Binary10101000101111000001010101101111011000101010101111001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81741; }

 p { color: rgb(168,23,65); }

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

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

 a { background-color: rgb(168,23,65); }

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

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

 span { border-color: rgb(168,23,65); }

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