#841C1C

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

Shades of Falu Red #841C1C

Tints of Falu Red #841C1C

Color information

#841C1C (or 0x841C1C) is unknown color: approx Falu Red. HEX triplet: 84, 1C and 1C. RGB value is (132,28,28). Sum of RGB (Red+Green+Blue) = 132+28+28=188 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.21% from 188); Green value is 28 (11.33% from 255 or 14.89% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 132 - color contains mainly: red. Hex color #841C1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841C1C is #7BE3E3. Grayscale: #3B3B3B. Windows color (decimal): -8119268 or 1842308. OLE color: 1842308.

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

Color convert

RGB1322828-
CMYK00.790.790.48
HSL65%31.37%-
HSV(B)78.79%51.76%-
XYZ10.145.821.69-
YUV59.1110.46180-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 70.21%
GREEN value IS 28 (11.33% from 255) = 14.89%
BLUE value IS 28 (11.33% from 255) = 14.89%
R=70.21%
G=14.89%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132282800.790.790.4806531.37
Hex841C1C04F4F300411f
Octal2043434011711760010137
Binary1000010011100111000100111110011111100000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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