Html Css Color HEX #84130B Falu Red

📋 copy color: '#84130B'

red 132 ◦ green 19 ◦ blue 11

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

Shades of Falu Red #84130B

Tints of Falu Red #84130B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.73%

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

R = 81.48%
G = 11.73%
B = 6.79%

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

#84130B (or 0x84130B) is known color: Falu Red. HEX triplet: 84, 13 and 0B. RGB value is (132,19,11). Sum of RGB (Red+Green+Blue) = 132+19+11=162 (21% of max value = 765). Red value is 132 (51.95% from 255 or 81.48% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 11 (4.69% from 255 or 6.79% from 162); Max value from RGB is 132 - color contains mainly: red. Hex color #84130B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84130B is #7BECF4. Grayscale: #343434. Windows color (decimal): -8121589 or 725892. OLE color: 725892.

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

Color convert

RGB 132 19 11 -
CMYK 0 0.86 0.92 0.48
HSL 3.97º 0.85% 0.28% -
HSV(B) 3.97º 0.92% 0.52% -
XYZ 9.81 5.4 0.84 -
YUV 51.88 104.94 185.15 -
System Red Green Blue C M Y K H S L
Decimal 132 19 11 0 0.86 0.92 0.48 3.97 0.85 0.28
Hex 84 13 B 0 56 5C 30 4 55 1C
Octal 204 23 13 0 126 134 60 4 125 34
Binary 10000100 10011 1011 0 1010110 1011100 110000 100 1010101 11100

Color Harmonies of #84130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84130B

Black with #84130B

Text Example


Text Example

White with #84130B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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