#811F11

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

Shades of Falu Red #811F11

Tints of Falu Red #811F11

Color information

#811F11 (or 0x811F11) is unknown color: approx Falu Red. HEX triplet: 81, 1F and 11. RGB value is (129,31,17). Sum of RGB (Red+Green+Blue) = 129+31+17=177 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.88% from 177); Green value is 31 (12.5% from 255 or 17.51% from 177); Blue value is 17 (7.03% from 255 or 9.60% from 177); Max value from RGB is 129 - color contains mainly: red. Hex color #811F11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811F11 is #7EE0EE. Grayscale: #3A3A3A. Windows color (decimal): -8315119 or 1122177. OLE color: 1122177.

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

Color convert

RGB1293117-
CMYK00.760.870.49
HSL7.5º76.71%28.63%-
HSV(B)7.5º86.82%50.59%-
XYZ9.645.691.12-
YUV58.71104.47178.14-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 72.88%
GREEN value IS 31 (12.5% from 255) = 17.51%
BLUE value IS 17 (7.03% from 255) = 9.60%
R=72.88%
G=17.51%
B=9.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129311700.760.870.497.576.7128.63
Hex811F1104C573174d1d
Octal2013721011412761711535
Binary100000011111110001010011001010111110001111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811F11; }

 p { color: rgb(129,31,17); }

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

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

 a { background-color: rgb(129,31,17); }

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

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

 span { border-color: rgb(129,31,17); }

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