Html Css Color HEX #A1321D Brown

📋 copy color: '#A1321D'

red 161 ◦ green 50 ◦ blue 29

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

Shades of Brown #A1321D

Tints of Brown #A1321D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.83%

 BLUE value IS 29 (11.72% from 255) = 12.08%

R = 67.08%
G = 20.83%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A1321D (or 0xA1321D) is known color: Brown. HEX triplet: A1, 32 and 1D. RGB value is (161,50,29). Sum of RGB (Red+Green+Blue) = 161+50+29=240 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.08% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 161 - color contains mainly: red. Hex color #A1321D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1321D is #5ECDE2. Grayscale: #505050. Windows color (decimal): -6213091 or 1913505. OLE color: 1913505.

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

Color convert

RGB 161 50 29 -
CMYK 0 0.69 0.82 0.37
HSL 9.55º 0.69% 0.37% -
HSV(B) 9.55º 0.82% 0.63% -
XYZ 16.06 9.95 2.24 -
YUV 80.8 98.77 185.21 -
System Red Green Blue C M Y K H S L
Decimal 161 50 29 0 0.69 0.82 0.37 9.55 0.69 0.37
Hex A1 32 1D 0 45 52 25 A 45 25
Octal 241 62 35 0 105 122 45 12 105 45
Binary 10100001 110010 11101 0 1000101 1010010 100101 1010 1000101 100101

Color Harmonies of #A1321D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1321D

Black with #A1321D

Text Example


Text Example

White with #A1321D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1321D; }

 p { color: rgb(161,50,29); }

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

background-color css

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

 a { background-color: rgb(161,50,29); }

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

border-color css

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

 span { border-color: rgb(161,50,29); }

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