#811610

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

Shades of Falu Red #811610

Tints of Falu Red #811610

Color information

#811610 (or 0x811610) is unknown color: approx Falu Red. HEX triplet: 81, 16 and 10. RGB value is (129,22,16). Sum of RGB (Red+Green+Blue) = 129+22+16=167 (22% of max value = 765). Red value is 129 (50.78% from 255 or 77.25% from 167); Green value is 22 (8.98% from 255 or 13.17% from 167); Blue value is 16 (6.64% from 255 or 9.58% from 167); Max value from RGB is 129 - color contains mainly: red. Hex color #811610 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811610 is #7EE9EF. Grayscale: #353535. Windows color (decimal): -8317424 or 1054337. OLE color: 1054337.

HSL color Cylindrical-coordinate representation of color #811610: hue angle of 3.19º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #811610 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB1292216-
CMYK00.830.880.49
HSL3.19º77.93%28.43%-
HSV(B)3.19º87.6%50.59%-
XYZ9.435.281.01-
YUV53.31106.95181.99-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 77.25%
GREEN value IS 22 (8.98% from 255) = 13.17%
BLUE value IS 16 (6.64% from 255) = 9.58%
R=77.25%
G=13.17%
B=9.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129221600.830.880.493.1977.9328.43
Hex811610053583134e1c
Octal2012620012313061311634
Binary10000001101101000001010011101100011000111100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811610; }

 p { color: rgb(129,22,16); }

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

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

 a { background-color: rgb(129,22,16); }

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

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

 span { border-color: rgb(129,22,16); }

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