#841C14

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

Shades of Falu Red #841C14

Tints of Falu Red #841C14

Color information

#841C14 (or 0x841C14) is unknown color: approx Falu Red. HEX triplet: 84, 1C and 14. RGB value is (132,28,20). Sum of RGB (Red+Green+Blue) = 132+28+20=180 (23% of max value = 765). Red value is 132 (51.95% from 255 or 73.33% from 180); Green value is 28 (11.33% from 255 or 15.56% from 180); Blue value is 20 (8.20% from 255 or 11.11% from 180); Max value from RGB is 132 - color contains mainly: red. Hex color #841C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841C14 is #7BE3EB. Grayscale: #3A3A3A. Windows color (decimal): -8119276 or 1318020. OLE color: 1318020.

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

Color convert

RGB1322820-
CMYK00.790.850.48
HSL4.29º73.68%29.8%-
HSV(B)4.29º84.85%51.76%-
XYZ10.065.791.25-
YUV58.18106.46180.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 73.33%
GREEN value IS 28 (11.33% from 255) = 15.56%
BLUE value IS 20 (8.20% from 255) = 11.11%
R=73.33%
G=15.56%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.85
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132282000.790.850.484.2973.6829.8
Hex841C1404F553044a1e
Octal2043424011712560411236
Binary100001001110010100010011111010101110000100100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,28,20); }

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

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

 a { background-color: rgb(132,28,20); }

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

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

 span { border-color: rgb(132,28,20); }

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