#84260E

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

Shades of Falu Red #84260E

Tints of Falu Red #84260E

Color information

#84260E (or 0x84260E) is unknown color: approx Falu Red. HEX triplet: 84, 26 and 0E. RGB value is (132,38,14). Sum of RGB (Red+Green+Blue) = 132+38+14=184 (24% of max value = 765). Red value is 132 (51.95% from 255 or 71.74% from 184); Green value is 38 (15.23% from 255 or 20.65% from 184); Blue value is 14 (5.86% from 255 or 7.61% from 184); Max value from RGB is 132 - color contains mainly: red. Hex color #84260E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84260E is #7BD9F1. Grayscale: #3F3F3F. Windows color (decimal): -8116722 or 927364. OLE color: 927364.

HSL color Cylindrical-coordinate representation of color #84260E: hue angle of 12.2º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #84260E is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB1323814-
CMYK00.710.890.48
HSL12.2º80.82%28.63%-
HSV(B)12.2º89.39%51.76%-
XYZ10.296.321.09-
YUV63.37100.14176.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 71.74%
GREEN value IS 38 (15.23% from 255) = 20.65%
BLUE value IS 14 (5.86% from 255) = 7.61%
R=71.74%
G=20.65%
B=7.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132381400.710.890.4812.280.8228.63
Hex8426E0475930c511d
Octal20446160107131601412135
Binary1000010010011011100100011110110011100001100101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84260E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84260E; }

 p { color: rgb(132,38,14); }

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

<style>
 a { background-color: #84260E; }

 a { background-color: rgb(132,38,14); }

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

<style>
 span { border-color: #84260E; }

 span { border-color: rgb(132,38,14); }

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