#841D0A

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

Shades of Falu Red #841D0A

Tints of Falu Red #841D0A

Color information

#841D0A (or 0x841D0A) is unknown color: approx Falu Red. HEX triplet: 84, 1D and 0A. RGB value is (132,29,10). Sum of RGB (Red+Green+Blue) = 132+29+10=171 (22% of max value = 765). Red value is 132 (51.95% from 255 or 77.19% from 171); Green value is 29 (11.72% from 255 or 16.96% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 132 - color contains mainly: red. Hex color #841D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841D0A is #7BE2F5. Grayscale: #393939. Windows color (decimal): -8119030 or 662916. OLE color: 662916.

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

Color convert

RGB1322910-
CMYK00.780.920.48
HSL9.34º85.92%27.84%-
HSV(B)9.34º92.42%51.76%-
XYZ10.015.810.88-
YUV57.63101.12181.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 77.19%
GREEN value IS 29 (11.72% from 255) = 16.96%
BLUE value IS 10 (4.30% from 255) = 5.85%
R=77.19%
G=16.96%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132291000.780.920.489.3485.9227.84
Hex841DA04E5C309561c
Octal20435120116134601112634
Binary100001001110110100100111010111001100001001101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,29,10); }

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

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

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

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

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

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

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