Html Css Color HEX #84100E Falu Red

📋 copy color: '#84100E'

red 132 ◦ green 16 ◦ blue 14

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

Shades of Falu Red #84100E

Tints of Falu Red #84100E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.88%

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

R = 81.48%
G = 9.88%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#84100E (or 0x84100E) is known color: Falu Red. HEX triplet: 84, 10 and 0E. RGB value is (132,16,14). Sum of RGB (Red+Green+Blue) = 132+16+14=162 (21% of max value = 765). Red value is 132 (51.95% from 255 or 81.48% from 162); Green value is 16 (6.64% from 255 or 9.88% from 162); Blue value is 14 (5.86% from 255 or 8.64% from 162); Max value from RGB is 132 - color contains mainly: red. Hex color #84100E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84100E is #7BEFF1. Grayscale: #323232. Windows color (decimal): -8122354 or 921732. OLE color: 921732.

HSL color Cylindrical-coordinate representation of color #84100E: hue angle of 1.02º 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 #84100E is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 16 14 -
CMYK 0 0.88 0.89 0.48
HSL 1.02º 0.81% 0.29% -
HSV(B) 1.02º 0.89% 0.52% -
XYZ 9.78 5.31 0.92 -
YUV 50.46 107.43 186.16 -
System Red Green Blue C M Y K H S L
Decimal 132 16 14 0 0.88 0.89 0.48 1.02 0.81 0.29
Hex 84 10 E 0 58 59 30 1 51 1D
Octal 204 20 16 0 130 131 60 1 121 35
Binary 10000100 10000 1110 0 1011000 1011001 110000 1 1010001 11101

Color Harmonies of #84100E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84100E

Black with #84100E

Text Example


Text Example

White with #84100E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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