#812000

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

Shades of Falu Red #812000

Tints of Falu Red #812000

Color information

#812000 (or 0x812000) is unknown color: approx Falu Red. HEX triplet: 81, 20 and 00. RGB value is (129,32,0). Sum of RGB (Red+Green+Blue) = 129+32+0=161 (21% of max value = 765). Red value is 129 (50.78% from 255 or 80.12% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 129 - color contains mainly: red. Hex color #812000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812000 is #7EDFFF. Grayscale: #393939. Windows color (decimal): -8314880 or 8321. OLE color: 8321.

HSL color Cylindrical-coordinate representation of color #812000: hue angle of 14.88º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #812000 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB129320-
CMYK00.7510.49
HSL14.88º100%25.29%-
HSV(B)14.88º100%50.59%-
XYZ9.575.70.6-
YUV57.3695.64179.1-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 80.12%
GREEN value IS 32 (12.89% from 255) = 19.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.12%
G=19.88%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12932000.7510.4914.8810025.29
Hex8120004B6431f6419
Octal2014000113144611714431
Binary1000000110000000100101111001001100011111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812000; }

 p { color: rgb(129,32,0); }

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

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

 a { background-color: rgb(129,32,0); }

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

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

 span { border-color: rgb(129,32,0); }

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