Html Css Color HEX #A1221F Brown

📋 copy color: '#A1221F'

red 161 ◦ green 34 ◦ blue 31

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

Shades of Brown #A1221F

Tints of Brown #A1221F

RGB

 RED value IS 161 (63.28% from 255) = 71.24%

 GREEN value IS 34 (13.67% from 255) = 15.04%

 BLUE value IS 31 (12.5% from 255) = 13.72%

R = 71.24%
G = 15.04%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A1221F (or 0xA1221F) is known color: Brown. HEX triplet: A1, 22 and 1F. RGB value is (161,34,31). Sum of RGB (Red+Green+Blue) = 161+34+31=226 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.24% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 31 (12.5% from 255 or 13.72% from 226); Max value from RGB is 161 - color contains mainly: red. Hex color #A1221F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1221F is #5EDDE0. Grayscale: #474747. Windows color (decimal): -6217185 or 2040481. OLE color: 2040481.

HSL color Cylindrical-coordinate representation of color #A1221F: hue angle of 1.38º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A1221F is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 34 31 -
CMYK 0 0.79 0.81 0.37
HSL 1.38º 0.68% 0.38% -
HSV(B) 1.38º 0.81% 0.63% -
XYZ 15.52 8.82 2.18 -
YUV 71.63 105.08 191.74 -
System Red Green Blue C M Y K H S L
Decimal 161 34 31 0 0.79 0.81 0.37 1.38 0.68 0.38
Hex A1 22 1F 0 4F 51 25 1 44 26
Octal 241 42 37 0 117 121 45 1 104 46
Binary 10100001 100010 11111 0 1001111 1010001 100101 1 1000100 100110

Color Harmonies of #A1221F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1221F

Black with #A1221F

Text Example


Text Example

White with #A1221F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1221F; }

 p { color: rgb(161,34,31); }

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

background-color css

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

 a { background-color: rgb(161,34,31); }

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

border-color css

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

 span { border-color: rgb(161,34,31); }

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