#812519

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

Shades of Falu Red #812519

Tints of Falu Red #812519

Color information

#812519 (or 0x812519) is unknown color: approx Falu Red. HEX triplet: 81, 25 and 19. RGB value is (129,37,25). Sum of RGB (Red+Green+Blue) = 129+37+25=191 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.54% from 191); Green value is 37 (14.84% from 255 or 19.37% from 191); Blue value is 25 (10.16% from 255 or 13.09% from 191); Max value from RGB is 129 - color contains mainly: red. Hex color #812519 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812519 is #7EDAE6. Grayscale: #3F3F3F. Windows color (decimal): -8313575 or 1648001. OLE color: 1648001.

HSL color Cylindrical-coordinate representation of color #812519: hue angle of 6.92º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #812519 is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB1293725-
CMYK00.710.810.49
HSL6.92º67.53%30.2%-
HSV(B)6.92º80.62%50.59%-
XYZ9.896.061.57-
YUV63.14106.48174.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 67.54%
GREEN value IS 37 (14.84% from 255) = 19.37%
BLUE value IS 25 (10.16% from 255) = 13.09%
R=67.54%
G=19.37%
B=13.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129372500.710.810.496.9267.5330.2
Hex81251904751317441e
Octal2014531010712161710436
Binary1000000110010111001010001111010001110001111100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812519; }

 p { color: rgb(129,37,25); }

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

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

 a { background-color: rgb(129,37,25); }

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

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

 span { border-color: rgb(129,37,25); }

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