Html Css Color HEX #84120B Falu Red

📋 copy color: '#84120B'

red 132 ◦ green 18 ◦ blue 11

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

Shades of Falu Red #84120B

Tints of Falu Red #84120B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.18%

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

R = 81.99%
G = 11.18%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#84120B (or 0x84120B) is known color: Falu Red. HEX triplet: 84, 12 and 0B. RGB value is (132,18,11). Sum of RGB (Red+Green+Blue) = 132+18+11=161 (21% of max value = 765). Red value is 132 (51.95% from 255 or 81.99% from 161); Green value is 18 (7.42% from 255 or 11.18% from 161); Blue value is 11 (4.69% from 255 or 6.83% from 161); Max value from RGB is 132 - color contains mainly: red. Hex color #84120B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84120B is #7BEDF4. Grayscale: #333333. Windows color (decimal): -8121845 or 725636. OLE color: 725636.

HSL color Cylindrical-coordinate representation of color #84120B: hue angle of 3.47º 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 #84120B is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 18 11 -
CMYK 0 0.86 0.92 0.48
HSL 3.47º 0.85% 0.28% -
HSV(B) 3.47º 0.92% 0.52% -
XYZ 9.79 5.36 0.84 -
YUV 51.29 105.27 185.57 -
System Red Green Blue C M Y K H S L
Decimal 132 18 11 0 0.86 0.92 0.48 3.47 0.85 0.28
Hex 84 12 B 0 56 5C 30 3 55 1C
Octal 204 22 13 0 126 134 60 3 125 34
Binary 10000100 10010 1011 0 1010110 1011100 110000 11 1010101 11100

Color Harmonies of #84120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84120B

Black with #84120B

Text Example


Text Example

White with #84120B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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