Html Css Color HEX #84140B Falu Red

📋 copy color: '#84140B'

red 132 ◦ green 20 ◦ blue 11

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

Shades of Falu Red #84140B

Tints of Falu Red #84140B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.75%

R = 80.98%
G = 12.27%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#84140B (or 0x84140B) is known color: Falu Red. HEX triplet: 84, 14 and 0B. RGB value is (132,20,11). Sum of RGB (Red+Green+Blue) = 132+20+11=163 (21% of max value = 765). Red value is 132 (51.95% from 255 or 80.98% from 163); Green value is 20 (8.20% from 255 or 12.27% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 132 - color contains mainly: red. Hex color #84140B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84140B is #7BEBF4. Grayscale: #343434. Windows color (decimal): -8121333 or 726148. OLE color: 726148.

HSL color Cylindrical-coordinate representation of color #84140B: hue angle of 4.46º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #84140B is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 20 11 -
CMYK 0 0.85 0.92 0.48
HSL 4.46º 0.85% 0.28% -
HSV(B) 4.46º 0.92% 0.52% -
XYZ 9.83 5.43 0.85 -
YUV 52.46 104.61 184.73 -
System Red Green Blue C M Y K H S L
Decimal 132 20 11 0 0.85 0.92 0.48 4.46 0.85 0.28
Hex 84 14 B 0 55 5C 30 4 55 1C
Octal 204 24 13 0 125 134 60 4 125 34
Binary 10000100 10100 1011 0 1010101 1011100 110000 100 1010101 11100

Color Harmonies of #84140B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84140B

Black with #84140B

Text Example


Text Example

White with #84140B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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