Html Css Color HEX #A71841 Cardinal

📋 copy color: '#A71841'

red 167 ◦ green 24 ◦ blue 65

#A71841
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #A71841

Tints of Cardinal #A71841

RGB

 RED value IS 167 (65.63% from 255) = 65.23%

 GREEN value IS 24 (9.77% from 255) = 9.38%

 BLUE value IS 65 (25.78% from 255) = 25.39%

R = 65.23%
G = 9.38%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A71841 (or 0xA71841) is known color: Cardinal. HEX triplet: A7, 18 and 41. RGB value is (167,24,65). Sum of RGB (Red+Green+Blue) = 167+24+65=256 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.23% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 167 - color contains mainly: red. Hex color #A71841 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71841 is #58E7BE. Grayscale: #474747. Windows color (decimal): -5826495 or 4266151. OLE color: 4266151.

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

Color convert

RGB 167 24 65 -
CMYK 0 0.86 0.61 0.35
HSL 342.8º 0.75% 0.37% -
HSV(B) 342.8º 0.86% 0.65% -
XYZ 17.22 9.25 5.88 -
YUV 71.43 124.38 196.17 -
System Red Green Blue C M Y K H S L
Decimal 167 24 65 0 0.86 0.61 0.35 342.8 0.75 0.37
Hex A7 18 41 0 56 3D 23 157 4B 25
Octal 247 30 101 0 126 75 43 527 113 45
Binary 10100111 11000 1000001 0 1010110 111101 100011 101010111 1001011 100101

Color Harmonies of #A71841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71841

Black with #A71841

Text Example


Text Example

White with #A71841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71841; }

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

 H1.HeaderClassName
 {
   color: #A71841;
 }
 .AnyTagClassName
 {
   color: #A71841;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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