#841B16

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

Shades of Falu Red #841B16

Tints of Falu Red #841B16

Color information

#841B16 (or 0x841B16) is unknown color: approx Falu Red. HEX triplet: 84, 1B and 16. RGB value is (132,27,22). Sum of RGB (Red+Green+Blue) = 132+27+22=181 (23% of max value = 765). Red value is 132 (51.95% from 255 or 72.93% from 181); Green value is 27 (10.94% from 255 or 14.92% from 181); Blue value is 22 (8.98% from 255 or 12.15% from 181); Max value from RGB is 132 - color contains mainly: red. Hex color #841B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841B16 is #7BE4E9. Grayscale: #393939. Windows color (decimal): -8119530 or 1448836. OLE color: 1448836.

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

Color convert

RGB1322722-
CMYK00.800.830.48
HSL2.73º71.43%30.2%-
HSV(B)2.73º83.33%51.76%-
XYZ10.055.751.34-
YUV57.82107.79180.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 72.93%
GREEN value IS 27 (10.94% from 255) = 14.92%
BLUE value IS 22 (8.98% from 255) = 12.15%
R=72.93%
G=14.92%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132272200.800.830.482.7371.4330.2
Hex841B1605053303471e
Octal2043326012012360310736
Binary10000100110111011001010000101001111000011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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