#812419

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

Shades of Falu Red #812419

Tints of Falu Red #812419

Color information

#812419 (or 0x812419) is unknown color: approx Falu Red. HEX triplet: 81, 24 and 19. RGB value is (129,36,25). Sum of RGB (Red+Green+Blue) = 129+36+25=190 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.89% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 25 (10.16% from 255 or 13.16% from 190); Max value from RGB is 129 - color contains mainly: red. Hex color #812419 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812419 is #7EDBE6. Grayscale: #3E3E3E. Windows color (decimal): -8313831 or 1647745. OLE color: 1647745.

HSL color Cylindrical-coordinate representation of color #812419: hue angle of 6.35º 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 #812419 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB1293625-
CMYK00.720.810.49
HSL6.35º67.53%30.2%-
HSV(B)6.35º80.62%50.59%-
XYZ9.8661.56-
YUV62.55106.81175.39-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 67.89%
GREEN value IS 36 (14.45% from 255) = 18.95%
BLUE value IS 25 (10.16% from 255) = 13.16%
R=67.89%
G=18.95%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129362500.720.810.496.3567.5330.2
Hex81241904851316441e
Octal2014431011012161610436
Binary1000000110010011001010010001010001110001110100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812419; }

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

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

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

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

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

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

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

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