Html Css Color HEX #84211B Falu Red

📋 copy color: '#84211B'

red 132 ◦ green 33 ◦ blue 27

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

Shades of Falu Red #84211B

Tints of Falu Red #84211B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.06%

R = 68.75%
G = 17.19%
B = 14.06%

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

#84211B (or 0x84211B) is known color: Falu Red. HEX triplet: 84, 21 and 1B. RGB value is (132,33,27). Sum of RGB (Red+Green+Blue) = 132+33+27=192 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.75% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 27 (10.94% from 255 or 14.06% from 192); Max value from RGB is 132 - color contains mainly: red. Hex color #84211B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84211B is #7BDEE4. Grayscale: #3E3E3E. Windows color (decimal): -8117989 or 1778052. OLE color: 1778052.

HSL color Cylindrical-coordinate representation of color #84211B: hue angle of 3.43º degrees, saturation: 0.66, 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 #84211B is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 33 27 -
CMYK 0 0.75 0.80 0.48
HSL 3.43º 0.66% 0.31% -
HSV(B) 3.43º 0.8% 0.52% -
XYZ 10.26 6.07 1.67 -
YUV 61.92 108.3 177.99 -
System Red Green Blue C M Y K H S L
Decimal 132 33 27 0 0.75 0.80 0.48 3.43 0.66 0.31
Hex 84 21 1B 0 4B 50 30 3 42 1F
Octal 204 41 33 0 113 120 60 3 102 37
Binary 10000100 100001 11011 0 1001011 1010000 110000 11 1000010 11111

Color Harmonies of #84211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84211B

Black with #84211B

Text Example


Text Example

White with #84211B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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