Html Css Color HEX #A81841 Cardinal

📋 copy color: '#A81841'

red 168 ◦ green 24 ◦ blue 65

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

Shades of Cardinal #A81841

Tints of Cardinal #A81841

RGB

 RED value IS 168 (66.02% from 255) = 65.37%

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

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

R = 65.37%
G = 9.34%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A81841 (or 0xA81841) is known color: Cardinal. HEX triplet: A8, 18 and 41. RGB value is (168,24,65). Sum of RGB (Red+Green+Blue) = 168+24+65=257 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.37% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 65 (25.78% from 255 or 25.29% from 257); Max value from RGB is 168 - color contains mainly: red. Hex color #A81841 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81841 is #57E7BE. Grayscale: #474747. Windows color (decimal): -5760959 or 4266152. OLE color: 4266152.

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

Color convert

RGB 168 24 65 -
CMYK 0 0.86 0.61 0.34
HSL 342.92º 0.75% 0.38% -
HSV(B) 342.92º 0.86% 0.66% -
XYZ 17.43 9.36 5.89 -
YUV 71.73 124.21 196.67 -
System Red Green Blue C M Y K H S L
Decimal 168 24 65 0 0.86 0.61 0.34 342.92 0.75 0.38
Hex A8 18 41 0 56 3D 22 157 4B 26
Octal 250 30 101 0 126 75 42 527 113 46
Binary 10101000 11000 1000001 0 1010110 111101 100010 101010111 1001011 100110

Color Harmonies of #A81841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81841

Black with #A81841

Text Example


Text Example

White with #A81841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81841; }

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

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

background-color css

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

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

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

border-color css

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

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

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