#812206

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

Shades of Falu Red #812206

Tints of Falu Red #812206

Color information

#812206 (or 0x812206) is unknown color: approx Falu Red. HEX triplet: 81, 22 and 06. RGB value is (129,34,6). Sum of RGB (Red+Green+Blue) = 129+34+6=169 (22% of max value = 765). Red value is 129 (50.78% from 255 or 76.33% from 169); Green value is 34 (13.67% from 255 or 20.12% from 169); Blue value is 6 (2.73% from 255 or 3.55% from 169); Max value from RGB is 129 - color contains mainly: red. Hex color #812206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812206 is #7EDDF9. Grayscale: #3B3B3B. Windows color (decimal): -8314362 or 402049. OLE color: 402049.

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

Color convert

RGB129346-
CMYK00.740.950.49
HSL13.66º91.11%26.47%-
HSV(B)13.66º95.35%50.59%-
XYZ9.665.820.79-
YUV59.2197.97177.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 76.33%
GREEN value IS 34 (13.67% from 255) = 20.12%
BLUE value IS 6 (2.73% from 255) = 3.55%
R=76.33%
G=20.12%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12934600.740.950.4913.6691.1126.47
Hex8122604A5F31e5b1a
Octal2014260112137611613332
Binary100000011000101100100101010111111100011110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812206; }

 p { color: rgb(129,34,6); }

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

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

 a { background-color: rgb(129,34,6); }

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

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

 span { border-color: rgb(129,34,6); }

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