#812200

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

Shades of Falu Red #812200

Tints of Falu Red #812200

Color information

#812200 (or 0x812200) is unknown color: approx Falu Red. HEX triplet: 81, 22 and 00. RGB value is (129,34,0). Sum of RGB (Red+Green+Blue) = 129+34+0=163 (21% of max value = 765). Red value is 129 (50.78% from 255 or 79.14% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 129 - color contains mainly: red. Hex color #812200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812200 is #7EDDFF. Grayscale: #3A3A3A. Windows color (decimal): -8314368 or 8833. OLE color: 8833.

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

Color convert

RGB129340-
CMYK00.7410.49
HSL15.81º100%25.29%-
HSV(B)15.81º100%50.59%-
XYZ9.635.810.61-
YUV58.5394.97178.26-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 79.14%
GREEN value IS 34 (13.67% from 255) = 20.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=79.14%
G=20.86%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12934000.7410.4915.8110025.29
Hex8122004A6431106419
Octal2014200112144612014431
Binary10000001100010001001010110010011000110000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812200; }

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

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

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

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

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

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

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

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