Html Css Color HEX #84220D Falu Red

📋 copy color: '#84220D'

red 132 ◦ green 34 ◦ blue 13

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

Shades of Falu Red #84220D

Tints of Falu Red #84220D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.26%

R = 73.74%
G = 18.99%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#84220D (or 0x84220D) is known color: Falu Red. HEX triplet: 84, 22 and 0D. RGB value is (132,34,13). Sum of RGB (Red+Green+Blue) = 132+34+13=179 (23% of max value = 765). Red value is 132 (51.95% from 255 or 73.74% from 179); Green value is 34 (13.67% from 255 or 18.99% from 179); Blue value is 13 (5.47% from 255 or 7.26% from 179); Max value from RGB is 132 - color contains mainly: red. Hex color #84220D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84220D is #7BDDF2. Grayscale: #3D3D3D. Windows color (decimal): -8117747 or 860804. OLE color: 860804.

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

Color convert

RGB 132 34 13 -
CMYK 0 0.74 0.90 0.48
HSL 10.59º 0.82% 0.28% -
HSV(B) 10.59º 0.9% 0.52% -
XYZ 10.16 6.08 1.02 -
YUV 60.91 100.97 178.71 -
System Red Green Blue C M Y K H S L
Decimal 132 34 13 0 0.74 0.90 0.48 10.59 0.82 0.28
Hex 84 22 D 0 4A 5A 30 B 52 1C
Octal 204 42 15 0 112 132 60 13 122 34
Binary 10000100 100010 1101 0 1001010 1011010 110000 1011 1010010 11100

Color Harmonies of #84220D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84220D

Black with #84220D

Text Example


Text Example

White with #84220D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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