#811703

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

Shades of Falu Red #811703

Tints of Falu Red #811703

Color information

#811703 (or 0x811703) is unknown color: approx Falu Red. HEX triplet: 81, 17 and 03. RGB value is (129,23,3). Sum of RGB (Red+Green+Blue) = 129+23+3=155 (20% of max value = 765). Red value is 129 (50.78% from 255 or 83.23% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 3 (1.56% from 255 or 1.94% from 155); Max value from RGB is 129 - color contains mainly: red. Hex color #811703 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811703 is #7EE8FC. Grayscale: #343434. Windows color (decimal): -8317181 or 202625. OLE color: 202625.

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

Color convert

RGB129233-
CMYK00.820.980.49
HSL9.52º95.45%25.88%-
HSV(B)9.52º97.67%50.59%-
XYZ9.385.290.61-
YUV52.41100.12182.63-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 83.23%
GREEN value IS 23 (9.38% from 255) = 14.84%
BLUE value IS 3 (1.56% from 255) = 1.94%
R=83.23%
G=14.84%
B=1.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12923300.820.980.499.5295.4525.88
Hex811730526231a5f1a
Octal2012730122142611213732
Binary1000000110111110101001011000101100011010101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811703; }

 p { color: rgb(129,23,3); }

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

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

 a { background-color: rgb(129,23,3); }

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

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

 span { border-color: rgb(129,23,3); }

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