#841410

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

Shades of Falu Red #841410

Tints of Falu Red #841410

Color information

#841410 (or 0x841410) is unknown color: approx Falu Red. HEX triplet: 84, 14 and 10. RGB value is (132,20,16). Sum of RGB (Red+Green+Blue) = 132+20+16=168 (22% of max value = 765). Red value is 132 (51.95% from 255 or 78.57% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 16 (6.64% from 255 or 9.52% from 168); Max value from RGB is 132 - color contains mainly: red. Hex color #841410 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841410 is #7BEBEF. Grayscale: #353535. Windows color (decimal): -8121328 or 1053828. OLE color: 1053828.

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

Color convert

RGB1322016-
CMYK00.850.880.48
HSL2.07º78.38%29.02%-
HSV(B)2.07º87.88%51.76%-
XYZ9.865.441.02-
YUV53.03107.11184.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 78.57%
GREEN value IS 20 (8.20% from 255) = 11.90%
BLUE value IS 16 (6.64% from 255) = 9.52%
R=78.57%
G=11.90%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132201600.850.880.482.0778.3829.02
Hex841410055583024e1d
Octal2042420012513060211635
Binary10000100101001000001010101101100011000010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841410; }

 p { color: rgb(132,20,16); }

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

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

 a { background-color: rgb(132,20,16); }

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

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

 span { border-color: rgb(132,20,16); }

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