#841711

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

Shades of Falu Red #841711

Tints of Falu Red #841711

Color information

#841711 (or 0x841711) is unknown color: approx Falu Red. HEX triplet: 84, 17 and 11. RGB value is (132,23,17). Sum of RGB (Red+Green+Blue) = 132+23+17=172 (22% of max value = 765). Red value is 132 (51.95% from 255 or 76.74% from 172); Green value is 23 (9.38% from 255 or 13.37% from 172); Blue value is 17 (7.03% from 255 or 9.88% from 172); Max value from RGB is 132 - color contains mainly: red. Hex color #841711 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841711 is #7BE8EE. Grayscale: #373737. Windows color (decimal): -8120559 or 1120132. OLE color: 1120132.

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

Color convert

RGB1322317-
CMYK00.830.870.48
HSL3.13º77.18%29.22%-
HSV(B)3.13º87.12%51.76%-
XYZ9.925.561.08-
YUV54.91106.61182.99-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 76.74%
GREEN value IS 23 (9.38% from 255) = 13.37%
BLUE value IS 17 (7.03% from 255) = 9.88%
R=76.74%
G=13.37%
B=9.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.87
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132231700.830.870.483.1377.1829.22
Hex841711053573034d1d
Octal2042721012312760311535
Binary10000100101111000101010011101011111000011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841711; }

 p { color: rgb(132,23,17); }

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

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

 a { background-color: rgb(132,23,17); }

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

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

 span { border-color: rgb(132,23,17); }

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