#84150D

Color #84150D Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #84150D

Tints of Falu Red #84150D

Color information

#84150D (or 0x84150D) is unknown color: approx Falu Red. HEX triplet: 84, 15 and 0D. RGB value is (132,21,13). Sum of RGB (Red+Green+Blue) = 132+21+13=166 (21% of max value = 765). Red value is 132 (51.95% from 255 or 79.52% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 132 - color contains mainly: red. Hex color #84150D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84150D is #7BEAF2. Grayscale: #353535. Windows color (decimal): -8121075 or 857476. OLE color: 857476.

HSL color Cylindrical-coordinate representation of color #84150D: hue angle of 4.03º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #84150D is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB1322113-
CMYK00.840.900.48
HSL4.03º82.07%28.43%-
HSV(B)4.03º90.15%51.76%-
XYZ9.865.470.92-
YUV53.28105.27184.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 79.52%
GREEN value IS 21 (8.59% from 255) = 12.65%
BLUE value IS 13 (5.47% from 255) = 7.83%
R=79.52%
G=12.65%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.90
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132211300.840.900.484.0382.0728.43
Hex8415D0545A304521c
Octal2042515012413260412234
Binary10000100101011101010101001011010110000100101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84150D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84150D; }

 p { color: rgb(132,21,13); }

 H1.HeaderClassName
 {
   color: #84150D;
 }
 .AnyTagClassName
 {
   color: #84150D;
 }
</style>
background-color css

<style>
 a { background-color: #84150D; }

 a { background-color: rgb(132,21,13); }

 div.DivClassName
 {
   background-color: #84150D;
 }
 .BgClassName
 {
   background-color: #84150D;
 }
</style>
border-color css

<style>
 span { border-color: #84150D; }

 span { border-color: rgb(132,21,13); }

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