#841900

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

Shades of Falu Red #841900

Tints of Falu Red #841900

Color information

#841900 (or 0x841900) is unknown color: approx Falu Red. HEX triplet: 84, 19 and 00. RGB value is (132,25,0). Sum of RGB (Red+Green+Blue) = 132+25+0=157 (20% of max value = 765). Red value is 132 (51.95% from 255 or 84.08% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 132 - color contains mainly: red. Hex color #841900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841900 is #7BE6FF. Grayscale: #363636. Windows color (decimal): -8120064 or 6532. OLE color: 6532.

HSL color Cylindrical-coordinate representation of color #841900: hue angle of 11.36º 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 #841900 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB132250-
CMYK00.8110.48
HSL11.36º100%25.88%-
HSV(B)11.36º100%51.76%-
XYZ9.865.60.56-
YUV54.1497.45183.53-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 84.08%
GREEN value IS 25 (10.16% from 255) = 15.92%
BLUE value IS 0 (0.39% from 255) = 0%
R=84.08%
G=15.92%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13225000.8110.4811.3610025.88
Hex841900516430b641a
Octal2043100121144601314432
Binary100001001100100101000111001001100001011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841900; }

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

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

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

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

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

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

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

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