Html Css Color HEX #84110E Falu Red

📋 copy color: '#84110E'

red 132 ◦ green 17 ◦ blue 14

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

Shades of Falu Red #84110E

Tints of Falu Red #84110E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.43%

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

R = 80.98%
G = 10.43%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#84110E (or 0x84110E) is known color: Falu Red. HEX triplet: 84, 11 and 0E. RGB value is (132,17,14). Sum of RGB (Red+Green+Blue) = 132+17+14=163 (21% of max value = 765). Red value is 132 (51.95% from 255 or 80.98% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 14 (5.86% from 255 or 8.59% from 163); Max value from RGB is 132 - color contains mainly: red. Hex color #84110E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84110E is #7BEEF1. Grayscale: #333333. Windows color (decimal): -8122098 or 921988. OLE color: 921988.

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

Color convert

RGB 132 17 14 -
CMYK 0 0.87 0.89 0.48
HSL 1.53º 0.81% 0.29% -
HSV(B) 1.53º 0.89% 0.52% -
XYZ 9.8 5.34 0.93 -
YUV 51.04 107.1 185.74 -
System Red Green Blue C M Y K H S L
Decimal 132 17 14 0 0.87 0.89 0.48 1.53 0.81 0.29
Hex 84 11 E 0 57 59 30 2 51 1D
Octal 204 21 16 0 127 131 60 2 121 35
Binary 10000100 10001 1110 0 1010111 1011001 110000 10 1010001 11101

Color Harmonies of #84110E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84110E

Black with #84110E

Text Example


Text Example

White with #84110E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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