#841E0B

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

Shades of Falu Red #841E0B

Tints of Falu Red #841E0B

Color information

#841E0B (or 0x841E0B) is unknown color: approx Falu Red. HEX triplet: 84, 1E and 0B. RGB value is (132,30,11). Sum of RGB (Red+Green+Blue) = 132+30+11=173 (22% of max value = 765). Red value is 132 (51.95% from 255 or 76.30% from 173); Green value is 30 (12.11% from 255 or 17.34% from 173); Blue value is 11 (4.69% from 255 or 6.36% from 173); Max value from RGB is 132 - color contains mainly: red. Hex color #841E0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841E0B is #7BE1F4. Grayscale: #3A3A3A. Windows color (decimal): -8118773 or 728708. OLE color: 728708.

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

Color convert

RGB1323011-
CMYK00.770.920.48
HSL9.42º84.62%28.04%-
HSV(B)9.42º91.67%51.76%-
XYZ10.045.860.92-
YUV58.33101.29180.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 76.30%
GREEN value IS 30 (12.11% from 255) = 17.34%
BLUE value IS 11 (4.69% from 255) = 6.36%
R=76.30%
G=17.34%
B=6.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132301100.770.920.489.4284.6228.04
Hex841EB04D5C309551c
Octal20436130115134601112534
Binary100001001111010110100110110111001100001001101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841E0B; }

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

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

<style>
 a { background-color: #841E0B; }

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

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

<style>
 span { border-color: #841E0B; }

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

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