#811613

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

Shades of Falu Red #811613

Tints of Falu Red #811613

Color information

#811613 (or 0x811613) is unknown color: approx Falu Red. HEX triplet: 81, 16 and 13. RGB value is (129,22,19). Sum of RGB (Red+Green+Blue) = 129+22+19=170 (22% of max value = 765). Red value is 129 (50.78% from 255 or 75.88% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 19 (7.81% from 255 or 11.18% from 170); Max value from RGB is 129 - color contains mainly: red. Hex color #811613 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811613 is #7EE9EC. Grayscale: #353535. Windows color (decimal): -8317421 or 1250945. OLE color: 1250945.

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

Color convert

RGB1292219-
CMYK00.830.850.49
HSL1.64º74.32%29.02%-
HSV(B)1.64º85.27%50.59%-
XYZ9.465.291.14-
YUV53.65108.45181.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 75.88%
GREEN value IS 22 (8.98% from 255) = 12.94%
BLUE value IS 19 (7.81% from 255) = 11.18%
R=75.88%
G=12.94%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129221900.830.850.491.6474.3229.02
Hex811613053553124a1d
Octal2012623012312561211235
Binary10000001101101001101010011101010111000110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811613; }

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

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

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

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

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

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

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

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