#841E0A

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

Shades of Falu Red #841E0A

Tints of Falu Red #841E0A

Color information

#841E0A (or 0x841E0A) is unknown color: approx Falu Red. HEX triplet: 84, 1E and 0A. RGB value is (132,30,10). Sum of RGB (Red+Green+Blue) = 132+30+10=172 (22% of max value = 765). Red value is 132 (51.95% from 255 or 76.74% from 172); Green value is 30 (12.11% from 255 or 17.44% from 172); Blue value is 10 (4.30% from 255 or 5.81% from 172); Max value from RGB is 132 - color contains mainly: red. Hex color #841E0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #841E0A is #7BE1F5. Grayscale: #3A3A3A. Windows color (decimal): -8118774 or 663172. OLE color: 663172.

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

Color convert

RGB1323010-
CMYK00.770.920.48
HSL9.84º85.92%27.84%-
HSV(B)9.84º92.42%51.76%-
XYZ10.035.860.89-
YUV58.22100.79180.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 76.74%
GREEN value IS 30 (12.11% from 255) = 17.44%
BLUE value IS 10 (4.30% from 255) = 5.81%
R=76.74%
G=17.44%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132301000.770.920.489.8485.9227.84
Hex841EA04D5C30a561c
Octal20436120115134601212634
Binary100001001111010100100110110111001100001010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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