Html Css Color HEX #84221A Falu Red

📋 copy color: '#84221A'

red 132 ◦ green 34 ◦ blue 26

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

Shades of Falu Red #84221A

Tints of Falu Red #84221A

RGB

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

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

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

R = 68.75%
G = 17.71%
B = 13.54%

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

#84221A (or 0x84221A) is known color: Falu Red. HEX triplet: 84, 22 and 1A. RGB value is (132,34,26). Sum of RGB (Red+Green+Blue) = 132+34+26=192 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.75% from 192); Green value is 34 (13.67% from 255 or 17.71% from 192); Blue value is 26 (10.55% from 255 or 13.54% from 192); Max value from RGB is 132 - color contains mainly: red. Hex color #84221A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84221A is #7BDDE5. Grayscale: #3E3E3E. Windows color (decimal): -8117734 or 1712772. OLE color: 1712772.

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

Color convert

RGB 132 34 26 -
CMYK 0 0.74 0.80 0.48
HSL 4.53º 0.67% 0.31% -
HSV(B) 4.53º 0.8% 0.52% -
XYZ 10.27 6.12 1.62 -
YUV 62.39 107.47 177.65 -
System Red Green Blue C M Y K H S L
Decimal 132 34 26 0 0.74 0.80 0.48 4.53 0.67 0.31
Hex 84 22 1A 0 4A 50 30 5 43 1F
Octal 204 42 32 0 112 120 60 5 103 37
Binary 10000100 100010 11010 0 1001010 1010000 110000 101 1000011 11111

Color Harmonies of #84221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84221A

Black with #84221A

Text Example


Text Example

White with #84221A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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