#841E00

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

Shades of Falu Red #841E00

Tints of Falu Red #841E00

Color information

#841E00 (or 0x841E00) is unknown color: approx Falu Red. HEX triplet: 84, 1E and 00. RGB value is (132,30,0). Sum of RGB (Red+Green+Blue) = 132+30+0=162 (21% of max value = 765). Red value is 132 (51.95% from 255 or 81.48% from 162); Green value is 30 (12.11% from 255 or 18.52% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 132 - color contains mainly: red. Hex color #841E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841E00 is #7BE1FF. Grayscale: #393939. Windows color (decimal): -8118784 or 7812. OLE color: 7812.

HSL color Cylindrical-coordinate representation of color #841E00: hue angle of 13.64º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #841E00 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB132300-
CMYK00.7710.48
HSL13.64º100%25.88%-
HSV(B)13.64º100%51.76%-
XYZ9.985.830.6-
YUV57.0895.79181.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 81.48%
GREEN value IS 30 (12.11% from 255) = 18.52%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.48%
G=18.52%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13230000.7710.4813.6410025.88
Hex841E004D6430e641a
Octal2043600115144601614432
Binary100001001111000100110111001001100001110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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