#841F0D

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

Shades of Falu Red #841F0D

Tints of Falu Red #841F0D

Color information

#841F0D (or 0x841F0D) is unknown color: approx Falu Red. HEX triplet: 84, 1F and 0D. RGB value is (132,31,13). Sum of RGB (Red+Green+Blue) = 132+31+13=176 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75% from 176); Green value is 31 (12.5% from 255 or 17.61% from 176); Blue value is 13 (5.47% from 255 or 7.39% from 176); Max value from RGB is 132 - color contains mainly: red. Hex color #841F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841F0D is #7BE0F2. Grayscale: #3B3B3B. Windows color (decimal): -8118515 or 860036. OLE color: 860036.

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

Color convert

RGB1323113-
CMYK00.770.900.48
HSL9.08º82.07%28.43%-
HSV(B)9.08º90.15%51.76%-
XYZ10.085.910.99-
YUV59.15101.96179.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 75%
GREEN value IS 31 (12.5% from 255) = 17.61%
BLUE value IS 13 (5.47% from 255) = 7.39%
R=75%
G=17.61%
B=7.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.90
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132311300.770.900.489.0882.0728.43
Hex841FD04D5A309521c
Octal20437150115132601112234
Binary100001001111111010100110110110101100001001101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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