Html Css Color HEX #84221B Falu Red

📋 copy color: '#84221B'

red 132 ◦ green 34 ◦ blue 27

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

Shades of Falu Red #84221B

Tints of Falu Red #84221B

RGB

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

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

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

R = 68.39%
G = 17.62%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#84221B (or 0x84221B) is known color: Falu Red. HEX triplet: 84, 22 and 1B. RGB value is (132,34,27). Sum of RGB (Red+Green+Blue) = 132+34+27=193 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.39% from 193); Green value is 34 (13.67% from 255 or 17.62% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 132 - color contains mainly: red. Hex color #84221B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84221B is #7BDDE4. Grayscale: #3E3E3E. Windows color (decimal): -8117733 or 1778308. OLE color: 1778308.

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

Color convert

RGB 132 34 27 -
CMYK 0 0.74 0.80 0.48
HSL 0.66% 0.31% -
HSV(B) 0.8% 0.52% -
XYZ 10.29 6.13 1.68 -
YUV 62.5 107.97 177.57 -
System Red Green Blue C M Y K H S L
Decimal 132 34 27 0 0.74 0.80 0.48 4 0.66 0.31
Hex 84 22 1B 0 4A 50 30 4 42 1F
Octal 204 42 33 0 112 120 60 4 102 37
Binary 10000100 100010 11011 0 1001010 1010000 110000 100 1000010 11111

Color Harmonies of #84221B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84221B

Black with #84221B

Text Example


Text Example

White with #84221B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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