Html Css Color HEX #84100B Falu Red

📋 copy color: '#84100B'

red 132 ◦ green 16 ◦ blue 11

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

Shades of Falu Red #84100B

Tints of Falu Red #84100B

RGB

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

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

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

R = 83.02%
G = 10.06%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#84100B (or 0x84100B) is known color: Falu Red. HEX triplet: 84, 10 and 0B. RGB value is (132,16,11). Sum of RGB (Red+Green+Blue) = 132+16+11=159 (21% of max value = 765). Red value is 132 (51.95% from 255 or 83.02% from 159); Green value is 16 (6.64% from 255 or 10.06% from 159); Blue value is 11 (4.69% from 255 or 6.92% from 159); Max value from RGB is 132 - color contains mainly: red. Hex color #84100B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84100B is #7BEFF4. Grayscale: #323232. Windows color (decimal): -8122357 or 725124. OLE color: 725124.

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

Color convert

RGB 132 16 11 -
CMYK 0 0.88 0.92 0.48
HSL 2.48º 0.85% 0.28% -
HSV(B) 2.48º 0.92% 0.52% -
XYZ 9.76 5.3 0.83 -
YUV 50.11 105.93 186.41 -
System Red Green Blue C M Y K H S L
Decimal 132 16 11 0 0.88 0.92 0.48 2.48 0.85 0.28
Hex 84 10 B 0 58 5C 30 2 55 1C
Octal 204 20 13 0 130 134 60 2 125 34
Binary 10000100 10000 1011 0 1011000 1011100 110000 10 1010101 11100

Color Harmonies of #84100B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84100B

Black with #84100B

Text Example


Text Example

White with #84100B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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