Html Css Color HEX #832112 Falu Red

📋 copy color: '#832112'

red 131 ◦ green 33 ◦ blue 18

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

Shades of Falu Red #832112

Tints of Falu Red #832112

RGB

 RED value IS 131 (51.56% from 255) = 71.98%

 GREEN value IS 33 (13.28% from 255) = 18.13%

 BLUE value IS 18 (7.42% from 255) = 9.89%

R = 71.98%
G = 18.13%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#832112 (or 0x832112) is known color: Falu Red. HEX triplet: 83, 21 and 12. RGB value is (131,33,18). Sum of RGB (Red+Green+Blue) = 131+33+18=182 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.98% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 131 - color contains mainly: red. Hex color #832112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832112 is #7CDEED. Grayscale: #3C3C3C. Windows color (decimal): -8183534 or 1188227. OLE color: 1188227.

HSL color Cylindrical-coordinate representation of color #832112: hue angle of 7.96º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #832112 is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 33 18 -
CMYK 0 0.75 0.86 0.49
HSL 7.96º 0.76% 0.29% -
HSV(B) 7.96º 0.86% 0.51% -
XYZ 10.01 5.96 1.19 -
YUV 60.59 103.97 178.22 -
System Red Green Blue C M Y K H S L
Decimal 131 33 18 0 0.75 0.86 0.49 7.96 0.76 0.29
Hex 83 21 12 0 4B 56 31 8 4C 1D
Octal 203 41 22 0 113 126 61 10 114 35
Binary 10000011 100001 10010 0 1001011 1010110 110001 1000 1001100 11101

Color Harmonies of #832112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832112

Black with #832112

Text Example


Text Example

White with #832112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832112; }

 p { color: rgb(131,33,18); }

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

background-color css

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

 a { background-color: rgb(131,33,18); }

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

border-color css

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

 span { border-color: rgb(131,33,18); }

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