#841C19

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

Shades of Falu Red #841C19

Tints of Falu Red #841C19

Color information

#841C19 (or 0x841C19) is unknown color: approx Falu Red. HEX triplet: 84, 1C and 19. RGB value is (132,28,25). Sum of RGB (Red+Green+Blue) = 132+28+25=185 (24% of max value = 765). Red value is 132 (51.95% from 255 or 71.35% from 185); Green value is 28 (11.33% from 255 or 15.14% from 185); Blue value is 25 (10.16% from 255 or 13.51% from 185); Max value from RGB is 132 - color contains mainly: red. Hex color #841C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841C19 is #7BE3E6. Grayscale: #3A3A3A. Windows color (decimal): -8119271 or 1645700. OLE color: 1645700.

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

Color convert

RGB1322825-
CMYK00.790.810.48
HSL1.68º68.15%30.78%-
HSV(B)1.68º81.06%51.76%-
XYZ10.115.811.51-
YUV58.75108.96180.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 71.35%
GREEN value IS 28 (11.33% from 255) = 15.14%
BLUE value IS 25 (10.16% from 255) = 13.51%
R=71.35%
G=15.14%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.81
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132282500.790.810.481.6868.1530.78
Hex841C1904F51302441f
Octal2043431011712160210437
Binary10000100111001100101001111101000111000010100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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