Html Css Color HEX #842211 Falu Red

📋 copy color: '#842211'

red 132 ◦ green 34 ◦ blue 17

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

Shades of Falu Red #842211

Tints of Falu Red #842211

RGB

 RED value IS 132 (51.95% from 255) = 72.13%

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

 BLUE value IS 17 (7.03% from 255) = 9.29%

R = 72.13%
G = 18.58%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#842211 (or 0x842211) is known color: Falu Red. HEX triplet: 84, 22 and 11. RGB value is (132,34,17). Sum of RGB (Red+Green+Blue) = 132+34+17=183 (24% of max value = 765). Red value is 132 (51.95% from 255 or 72.13% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 17 (7.03% from 255 or 9.29% from 183); Max value from RGB is 132 - color contains mainly: red. Hex color #842211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842211 is #7BDDEE. Grayscale: #3D3D3D. Windows color (decimal): -8117743 or 1122948. OLE color: 1122948.

HSL color Cylindrical-coordinate representation of color #842211: hue angle of 8.87º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #842211 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 34 17 -
CMYK 0 0.74 0.87 0.48
HSL 8.87º 0.77% 0.29% -
HSV(B) 8.87º 0.87% 0.52% -
XYZ 10.19 6.09 1.17 -
YUV 61.36 102.97 178.38 -
System Red Green Blue C M Y K H S L
Decimal 132 34 17 0 0.74 0.87 0.48 8.87 0.77 0.29
Hex 84 22 11 0 4A 57 30 9 4D 1D
Octal 204 42 21 0 112 127 60 11 115 35
Binary 10000100 100010 10001 0 1001010 1010111 110000 1001 1001101 11101

Color Harmonies of #842211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842211

Black with #842211

Text Example


Text Example

White with #842211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842211; }

 p { color: rgb(132,34,17); }

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

background-color css

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

 a { background-color: rgb(132,34,17); }

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

border-color css

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

 span { border-color: rgb(132,34,17); }

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