#841A12

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

Shades of Falu Red #841A12

Tints of Falu Red #841A12

Color information

#841A12 (or 0x841A12) is unknown color: approx Falu Red. HEX triplet: 84, 1A and 12. RGB value is (132,26,18). Sum of RGB (Red+Green+Blue) = 132+26+18=176 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75% from 176); Green value is 26 (10.55% from 255 or 14.77% from 176); Blue value is 18 (7.42% from 255 or 10.23% from 176); Max value from RGB is 132 - color contains mainly: red. Hex color #841A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841A12 is #7BE5ED. Grayscale: #383838. Windows color (decimal): -8119790 or 1186436. OLE color: 1186436.

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

Color convert

RGB1322618-
CMYK00.800.860.48
HSL4.21º76%29.41%-
HSV(B)4.21º86.36%51.76%-
XYZ9.995.691.14-
YUV56.78106.12181.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 75%
GREEN value IS 26 (10.55% from 255) = 14.77%
BLUE value IS 18 (7.42% from 255) = 10.23%
R=75%
G=14.77%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132261800.800.860.484.217629.41
Hex841A12050563044c1d
Octal2043222012012660411435
Binary100001001101010010010100001010110110000100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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