Html Css Color HEX #A1241F Brown

📋 copy color: '#A1241F'

red 161 ◦ green 36 ◦ blue 31

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

Shades of Brown #A1241F

Tints of Brown #A1241F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.79%

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

R = 70.61%
G = 15.79%
B = 13.6%

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

#A1241F (or 0xA1241F) is known color: Brown. HEX triplet: A1, 24 and 1F. RGB value is (161,36,31). Sum of RGB (Red+Green+Blue) = 161+36+31=228 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.61% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 31 (12.5% from 255 or 13.60% from 228); Max value from RGB is 161 - color contains mainly: red. Hex color #A1241F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1241F is #5EDBE0. Grayscale: #484848. Windows color (decimal): -6216673 or 2040993. OLE color: 2040993.

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

Color convert

RGB 161 36 31 -
CMYK 0 0.78 0.81 0.37
HSL 2.31º 0.68% 0.38% -
HSV(B) 2.31º 0.81% 0.63% -
XYZ 15.58 8.94 2.2 -
YUV 72.81 104.41 190.91 -
System Red Green Blue C M Y K H S L
Decimal 161 36 31 0 0.78 0.81 0.37 2.31 0.68 0.38
Hex A1 24 1F 0 4E 51 25 2 44 26
Octal 241 44 37 0 116 121 45 2 104 46
Binary 10100001 100100 11111 0 1001110 1010001 100101 10 1000100 100110

Color Harmonies of #A1241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1241F

Black with #A1241F

Text Example


Text Example

White with #A1241F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1241F; }

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

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

background-color css

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

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

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

border-color css

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

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

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