#841E12

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

Shades of Falu Red #841E12

Tints of Falu Red #841E12

Color information

#841E12 (or 0x841E12) is unknown color: approx Falu Red. HEX triplet: 84, 1E and 12. RGB value is (132,30,18). Sum of RGB (Red+Green+Blue) = 132+30+18=180 (23% of max value = 765). Red value is 132 (51.95% from 255 or 73.33% from 180); Green value is 30 (12.11% from 255 or 16.67% from 180); Blue value is 18 (7.42% from 255 or 10% from 180); Max value from RGB is 132 - color contains mainly: red. Hex color #841E12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841E12 is #7BE1ED. Grayscale: #3B3B3B. Windows color (decimal): -8118766 or 1187460. OLE color: 1187460.

HSL color Cylindrical-coordinate representation of color #841E12: hue angle of 6.32º 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 #841E12 is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB1323018-
CMYK00.770.860.48
HSL6.32º76%29.41%-
HSV(B)6.32º86.36%51.76%-
XYZ10.095.881.18-
YUV59.13104.79179.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 73.33%
GREEN value IS 30 (12.11% from 255) = 16.67%
BLUE value IS 18 (7.42% from 255) = 10%
R=73.33%
G=16.67%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132301800.770.860.486.327629.41
Hex841E1204D563064c1d
Octal2043622011512660611435
Binary100001001111010010010011011010110110000110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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