Html Css Color HEX #84140F Falu Red

📋 copy color: '#84140F'

red 132 ◦ green 20 ◦ blue 15

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

Shades of Falu Red #84140F

Tints of Falu Red #84140F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.98%

 BLUE value IS 15 (6.25% from 255) = 8.98%

R = 79.04%
G = 11.98%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#84140F (or 0x84140F) is known color: Falu Red. HEX triplet: 84, 14 and 0F. RGB value is (132,20,15). Sum of RGB (Red+Green+Blue) = 132+20+15=167 (22% of max value = 765). Red value is 132 (51.95% from 255 or 79.04% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 15 (6.25% from 255 or 8.98% from 167); Max value from RGB is 132 - color contains mainly: red. Hex color #84140F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84140F is #7BEBF0. Grayscale: #353535. Windows color (decimal): -8121329 or 988292. OLE color: 988292.

HSL color Cylindrical-coordinate representation of color #84140F: hue angle of 2.56º degrees, saturation: 0.8, 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 #84140F is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 20 15 -
CMYK 0 0.85 0.89 0.48
HSL 2.56º 0.8% 0.29% -
HSV(B) 2.56º 0.89% 0.52% -
XYZ 9.85 5.44 0.98 -
YUV 52.92 106.61 184.41 -
System Red Green Blue C M Y K H S L
Decimal 132 20 15 0 0.85 0.89 0.48 2.56 0.8 0.29
Hex 84 14 F 0 55 59 30 3 50 1D
Octal 204 24 17 0 125 131 60 3 120 35
Binary 10000100 10100 1111 0 1010101 1011001 110000 11 1010000 11101

Color Harmonies of #84140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84140F

Black with #84140F

Text Example


Text Example

White with #84140F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84140F; }

 p { color: rgb(132,20,15); }

 H1.HeaderClassName
 {
   color: #84140F;
 }
 .AnyTagClassName
 {
   color: #84140F;
 }
</style>

background-color css

<style>
 a { background-color: #84140F; }

 a { background-color: rgb(132,20,15); }

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

border-color css

<style>
 span { border-color: #84140F; }

 span { border-color: rgb(132,20,15); }

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