#812109

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

Shades of Falu Red #812109

Tints of Falu Red #812109

Color information

#812109 (or 0x812109) is unknown color: approx Falu Red. HEX triplet: 81, 21 and 09. RGB value is (129,33,9). Sum of RGB (Red+Green+Blue) = 129+33+9=171 (22% of max value = 765). Red value is 129 (50.78% from 255 or 75.44% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 9 (3.91% from 255 or 5.26% from 171); Max value from RGB is 129 - color contains mainly: red. Hex color #812109 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812109 is #7EDEF6. Grayscale: #3B3B3B. Windows color (decimal): -8314615 or 598401. OLE color: 598401.

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

Color convert

RGB129339-
CMYK00.740.930.49
HSL12º86.96%27.06%-
HSV(B)12º93.02%50.59%-
XYZ9.655.770.86-
YUV58.9799.8177.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 75.44%
GREEN value IS 33 (13.28% from 255) = 19.30%
BLUE value IS 9 (3.91% from 255) = 5.26%
R=75.44%
G=19.30%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12933900.740.930.491286.9627.06
Hex8121904A5D31c571b
Octal20141110112135611412733
Binary1000000110000110010100101010111011100011100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812109; }

 p { color: rgb(129,33,9); }

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

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

 a { background-color: rgb(129,33,9); }

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

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

 span { border-color: rgb(129,33,9); }

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