Html Css Color HEX #84220A Falu Red

📋 copy color: '#84220A'

red 132 ◦ green 34 ◦ blue 10

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

Shades of Falu Red #84220A

Tints of Falu Red #84220A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.68%

R = 75%
G = 19.32%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#84220A (or 0x84220A) is known color: Falu Red. HEX triplet: 84, 22 and 0A. RGB value is (132,34,10). Sum of RGB (Red+Green+Blue) = 132+34+10=176 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 10 (4.30% from 255 or 5.68% from 176); Max value from RGB is 132 - color contains mainly: red. Hex color #84220A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84220A is #7BDDF5. Grayscale: #3C3C3C. Windows color (decimal): -8117750 or 664196. OLE color: 664196.

HSL color Cylindrical-coordinate representation of color #84220A: hue angle of 11.8º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #84220A is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 34 10 -
CMYK 0 0.74 0.92 0.48
HSL 11.8º 0.86% 0.28% -
HSV(B) 11.8º 0.92% 0.52% -
XYZ 10.14 6.07 0.92 -
YUV 60.57 99.47 178.95 -
System Red Green Blue C M Y K H S L
Decimal 132 34 10 0 0.74 0.92 0.48 11.8 0.86 0.28
Hex 84 22 A 0 4A 5C 30 C 56 1C
Octal 204 42 12 0 112 134 60 14 126 34
Binary 10000100 100010 1010 0 1001010 1011100 110000 1100 1010110 11100

Color Harmonies of #84220A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84220A

Black with #84220A

Text Example


Text Example

White with #84220A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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