#811F0F

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

Shades of Falu Red #811F0F

Tints of Falu Red #811F0F

Color information

#811F0F (or 0x811F0F) is unknown color: approx Falu Red. HEX triplet: 81, 1F and 0F. RGB value is (129,31,15). Sum of RGB (Red+Green+Blue) = 129+31+15=175 (23% of max value = 765). Red value is 129 (50.78% from 255 or 73.71% from 175); Green value is 31 (12.5% from 255 or 17.71% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 129 - color contains mainly: red. Hex color #811F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811F0F is #7EE0F0. Grayscale: #3A3A3A. Windows color (decimal): -8315121 or 991105. OLE color: 991105.

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

Color convert

RGB1293115-
CMYK00.760.880.49
HSL8.42º79.17%28.24%-
HSV(B)8.42º88.37%50.59%-
XYZ9.635.681.04-
YUV58.48103.47178.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 73.71%
GREEN value IS 31 (12.5% from 255) = 17.71%
BLUE value IS 15 (6.25% from 255) = 8.57%
R=73.71%
G=17.71%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129311500.760.880.498.4279.1728.24
Hex811FF04C583184f1c
Octal20137170114130611011734
Binary100000011111111110100110010110001100011000100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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