#841812

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

Shades of Falu Red #841812

Tints of Falu Red #841812

Color information

#841812 (or 0x841812) is unknown color: approx Falu Red. HEX triplet: 84, 18 and 12. RGB value is (132,24,18). Sum of RGB (Red+Green+Blue) = 132+24+18=174 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75.86% from 174); Green value is 24 (9.77% from 255 or 13.79% from 174); Blue value is 18 (7.42% from 255 or 10.34% from 174); Max value from RGB is 132 - color contains mainly: red. Hex color #841812 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841812 is #7BE7ED. Grayscale: #373737. Windows color (decimal): -8120302 or 1185924. OLE color: 1185924.

HSL color Cylindrical-coordinate representation of color #841812: hue angle of 3.16º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #841812 is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB1322418-
CMYK00.820.860.48
HSL3.16º76%29.41%-
HSV(B)3.16º86.36%51.76%-
XYZ9.955.61.13-
YUV55.61106.78182.49-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 75.86%
GREEN value IS 24 (9.77% from 255) = 13.79%
BLUE value IS 18 (7.42% from 255) = 10.34%
R=75.86%
G=13.79%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132241800.820.860.483.167629.41
Hex841812052563034c1d
Octal2043022012212660311435
Binary10000100110001001001010010101011011000011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841812; }

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

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

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

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

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

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

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

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