Html Css Color HEX #A1231F Brown

📋 copy color: '#A1231F'

red 161 ◦ green 35 ◦ blue 31

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

Shades of Brown #A1231F

Tints of Brown #A1231F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.42%

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

R = 70.93%
G = 15.42%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A1231F (or 0xA1231F) is known color: Brown. HEX triplet: A1, 23 and 1F. RGB value is (161,35,31). Sum of RGB (Red+Green+Blue) = 161+35+31=227 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.93% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 31 (12.5% from 255 or 13.66% from 227); Max value from RGB is 161 - color contains mainly: red. Hex color #A1231F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1231F is #5EDCE0. Grayscale: #484848. Windows color (decimal): -6216929 or 2040737. OLE color: 2040737.

HSL color Cylindrical-coordinate representation of color #A1231F: hue angle of 1.85º 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 #A1231F is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 35 31 -
CMYK 0 0.78 0.81 0.37
HSL 1.85º 0.68% 0.38% -
HSV(B) 1.85º 0.81% 0.63% -
XYZ 15.55 8.88 2.19 -
YUV 72.22 104.74 191.33 -
System Red Green Blue C M Y K H S L
Decimal 161 35 31 0 0.78 0.81 0.37 1.85 0.68 0.38
Hex A1 23 1F 0 4E 51 25 2 44 26
Octal 241 43 37 0 116 121 45 2 104 46
Binary 10100001 100011 11111 0 1001110 1010001 100101 10 1000100 100110

Color Harmonies of #A1231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1231F

Black with #A1231F

Text Example


Text Example

White with #A1231F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1231F; }

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

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

background-color css

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

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

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

border-color css

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

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

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