#812512

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

Shades of Falu Red #812512

Tints of Falu Red #812512

Color information

#812512 (or 0x812512) is unknown color: approx Falu Red. HEX triplet: 81, 25 and 12. RGB value is (129,37,18). Sum of RGB (Red+Green+Blue) = 129+37+18=184 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.11% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 18 (7.42% from 255 or 9.78% from 184); Max value from RGB is 129 - color contains mainly: red. Hex color #812512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812512 is #7EDAED. Grayscale: #3E3E3E. Windows color (decimal): -8313582 or 1189249. OLE color: 1189249.

HSL color Cylindrical-coordinate representation of color #812512: hue angle of 10.27º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #812512 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB1293718-
CMYK00.710.860.49
HSL10.27º75.51%28.82%-
HSV(B)10.27º86.05%50.59%-
XYZ9.826.031.22-
YUV62.34102.98175.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 70.11%
GREEN value IS 37 (14.84% from 255) = 20.11%
BLUE value IS 18 (7.42% from 255) = 9.78%
R=70.11%
G=20.11%
B=9.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129371800.710.860.4910.2775.5128.82
Hex8125120475631a4c1d
Octal20145220107126611211435
Binary10000001100101100100100011110101101100011010100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812512; }

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

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

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

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

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

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

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

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