#841F16

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

Shades of Falu Red #841F16

Tints of Falu Red #841F16

Color information

#841F16 (or 0x841F16) is unknown color: approx Falu Red. HEX triplet: 84, 1F and 16. RGB value is (132,31,22). Sum of RGB (Red+Green+Blue) = 132+31+22=185 (24% of max value = 765). Red value is 132 (51.95% from 255 or 71.35% from 185); Green value is 31 (12.5% from 255 or 16.76% from 185); Blue value is 22 (8.98% from 255 or 11.89% from 185); Max value from RGB is 132 - color contains mainly: red. Hex color #841F16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841F16 is #7BE0E9. Grayscale: #3C3C3C. Windows color (decimal): -8118506 or 1449860. OLE color: 1449860.

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

Color convert

RGB1323122-
CMYK00.770.830.48
HSL4.91º71.43%30.2%-
HSV(B)4.91º83.33%51.76%-
XYZ10.155.941.37-
YUV60.17106.46179.23-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 71.35%
GREEN value IS 31 (12.5% from 255) = 16.76%
BLUE value IS 22 (8.98% from 255) = 11.89%
R=71.35%
G=16.76%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132312200.770.830.484.9171.4330.2
Hex841F1604D53305471e
Octal2043726011512360510736
Binary100001001111110110010011011010011110000101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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