#811509

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

Shades of Falu Red #811509

Tints of Falu Red #811509

Color information

#811509 (or 0x811509) is unknown color: approx Falu Red. HEX triplet: 81, 15 and 09. RGB value is (129,21,9). Sum of RGB (Red+Green+Blue) = 129+21+9=159 (21% of max value = 765). Red value is 129 (50.78% from 255 or 81.13% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 9 (3.91% from 255 or 5.66% from 159); Max value from RGB is 129 - color contains mainly: red. Hex color #811509 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811509 is #7EEAF6. Grayscale: #343434. Windows color (decimal): -8317687 or 595329. OLE color: 595329.

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

Color convert

RGB129219-
CMYK00.840.930.49
HSL86.96%27.06%-
HSV(B)93.02%50.59%-
XYZ9.375.220.77-
YUV51.92103.78182.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 81.13%
GREEN value IS 21 (8.59% from 255) = 13.21%
BLUE value IS 9 (3.91% from 255) = 5.66%
R=81.13%
G=13.21%
B=5.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12921900.840.930.49686.9627.06
Hex811590545D316571b
Octal2012511012413561612733
Binary10000001101011001010101001011101110001110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811509; }

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

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

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

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

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

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

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

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