#841C18

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

Shades of Falu Red #841C18

Tints of Falu Red #841C18

Color information

#841C18 (or 0x841C18) is unknown color: approx Falu Red. HEX triplet: 84, 1C and 18. RGB value is (132,28,24). Sum of RGB (Red+Green+Blue) = 132+28+24=184 (24% of max value = 765). Red value is 132 (51.95% from 255 or 71.74% from 184); Green value is 28 (11.33% from 255 or 15.22% from 184); Blue value is 24 (9.77% from 255 or 13.04% from 184); Max value from RGB is 132 - color contains mainly: red. Hex color #841C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841C18 is #7BE3E7. Grayscale: #3A3A3A. Windows color (decimal): -8119272 or 1580164. OLE color: 1580164.

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

Color convert

RGB1322824-
CMYK00.790.820.48
HSL2.22º69.23%30.59%-
HSV(B)2.22º81.82%51.76%-
XYZ10.15.81.45-
YUV58.64108.46180.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 71.74%
GREEN value IS 28 (11.33% from 255) = 15.22%
BLUE value IS 24 (9.77% from 255) = 13.04%
R=71.74%
G=15.22%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132282400.790.820.482.2269.2330.59
Hex841C1804F52302451f
Octal2043430011712260210537
Binary10000100111001100001001111101001011000010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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