#812509

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

Shades of Falu Red #812509

Tints of Falu Red #812509

Color information

#812509 (or 0x812509) is unknown color: approx Falu Red. HEX triplet: 81, 25 and 09. RGB value is (129,37,9). Sum of RGB (Red+Green+Blue) = 129+37+9=175 (23% of max value = 765). Red value is 129 (50.78% from 255 or 73.71% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 9 (3.91% from 255 or 5.14% from 175); Max value from RGB is 129 - color contains mainly: red. Hex color #812509 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812509 is #7EDAF6. Grayscale: #3D3D3D. Windows color (decimal): -8313591 or 599425. OLE color: 599425.

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

Color convert

RGB129379-
CMYK00.710.930.49
HSL14º86.96%27.06%-
HSV(B)14º93.02%50.59%-
XYZ9.766.010.9-
YUV61.3298.48176.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 73.71%
GREEN value IS 37 (14.84% from 255) = 21.14%
BLUE value IS 9 (3.91% from 255) = 5.14%
R=73.71%
G=21.14%
B=5.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12937900.710.930.491486.9627.06
Hex812590475D31e571b
Octal20145110107135611612733
Binary1000000110010110010100011110111011100011110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812509; }

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

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

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

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

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

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

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

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