Html Css Color HEX #84200E Falu Red

📋 copy color: '#84200E'

red 132 ◦ green 32 ◦ blue 14

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

Shades of Falu Red #84200E

Tints of Falu Red #84200E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.98%

 BLUE value IS 14 (5.86% from 255) = 7.87%

R = 74.16%
G = 17.98%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#84200E (or 0x84200E) is known color: Falu Red. HEX triplet: 84, 20 and 0E. RGB value is (132,32,14). Sum of RGB (Red+Green+Blue) = 132+32+14=178 (23% of max value = 765). Red value is 132 (51.95% from 255 or 74.16% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 14 (5.86% from 255 or 7.87% from 178); Max value from RGB is 132 - color contains mainly: red. Hex color #84200E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84200E is #7BDFF1. Grayscale: #3C3C3C. Windows color (decimal): -8118258 or 925828. OLE color: 925828.

HSL color Cylindrical-coordinate representation of color #84200E: hue angle of 9.15º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #84200E is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 32 14 -
CMYK 0 0.76 0.89 0.48
HSL 9.15º 0.81% 0.29% -
HSV(B) 9.15º 0.89% 0.52% -
XYZ 10.11 5.97 1.03 -
YUV 59.85 102.13 179.46 -
System Red Green Blue C M Y K H S L
Decimal 132 32 14 0 0.76 0.89 0.48 9.15 0.81 0.29
Hex 84 20 E 0 4C 59 30 9 51 1D
Octal 204 40 16 0 114 131 60 11 121 35
Binary 10000100 100000 1110 0 1001100 1011001 110000 1001 1010001 11101

Color Harmonies of #84200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84200E

Black with #84200E

Text Example


Text Example

White with #84200E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84200E; }

 p { color: rgb(132,32,14); }

 H1.HeaderClassName
 {
   color: #84200E;
 }
 .AnyTagClassName
 {
   color: #84200E;
 }
</style>

background-color css

<style>
 a { background-color: #84200E; }

 a { background-color: rgb(132,32,14); }

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

border-color css

<style>
 span { border-color: #84200E; }

 span { border-color: rgb(132,32,14); }

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