Html Css Color HEX #84211A Falu Red

📋 copy color: '#84211A'

red 132 ◦ green 33 ◦ blue 26

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

Shades of Falu Red #84211A

Tints of Falu Red #84211A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.61%

R = 69.11%
G = 17.28%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#84211A (or 0x84211A) is known color: Falu Red. HEX triplet: 84, 21 and 1A. RGB value is (132,33,26). Sum of RGB (Red+Green+Blue) = 132+33+26=191 (25% of max value = 765). Red value is 132 (51.95% from 255 or 69.11% from 191); Green value is 33 (13.28% from 255 or 17.28% from 191); Blue value is 26 (10.55% from 255 or 13.61% from 191); Max value from RGB is 132 - color contains mainly: red. Hex color #84211A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84211A is #7BDEE5. Grayscale: #3D3D3D. Windows color (decimal): -8117990 or 1712516. OLE color: 1712516.

HSL color Cylindrical-coordinate representation of color #84211A: hue angle of 3.96º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #84211A is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 33 26 -
CMYK 0 0.75 0.80 0.48
HSL 3.96º 0.67% 0.31% -
HSV(B) 3.96º 0.8% 0.52% -
XYZ 10.25 6.07 1.61 -
YUV 61.8 107.8 178.07 -
System Red Green Blue C M Y K H S L
Decimal 132 33 26 0 0.75 0.80 0.48 3.96 0.67 0.31
Hex 84 21 1A 0 4B 50 30 4 43 1F
Octal 204 41 32 0 113 120 60 4 103 37
Binary 10000100 100001 11010 0 1001011 1010000 110000 100 1000011 11111

Color Harmonies of #84211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84211A

Black with #84211A

Text Example


Text Example

White with #84211A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84211A; }

 p { color: rgb(132,33,26); }

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

background-color css

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

 a { background-color: rgb(132,33,26); }

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

border-color css

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

 span { border-color: rgb(132,33,26); }

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