#811E15

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

Shades of Falu Red #811E15

Tints of Falu Red #811E15

Color information

#811E15 (or 0x811E15) is unknown color: approx Falu Red. HEX triplet: 81, 1E and 15. RGB value is (129,30,21). Sum of RGB (Red+Green+Blue) = 129+30+21=180 (23% of max value = 765). Red value is 129 (50.78% from 255 or 71.67% from 180); Green value is 30 (12.11% from 255 or 16.67% from 180); Blue value is 21 (8.59% from 255 or 11.67% from 180); Max value from RGB is 129 - color contains mainly: red. Hex color #811E15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811E15 is #7EE1EA. Grayscale: #3A3A3A. Windows color (decimal): -8315371 or 1384065. OLE color: 1384065.

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

Color convert

RGB1293021-
CMYK00.770.840.49
HSL72%29.41%-
HSV(B)83.72%50.59%-
XYZ9.655.651.29-
YUV58.58106.8178.23-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 71.67%
GREEN value IS 30 (12.11% from 255) = 16.67%
BLUE value IS 21 (8.59% from 255) = 11.67%
R=71.67%
G=16.67%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129302100.770.840.4957229.41
Hex811E1504D54315481d
Octal2013625011512461511035
Binary100000011111010101010011011010100110001101100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,30,21); }

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

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

 a { background-color: rgb(129,30,21); }

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

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

 span { border-color: rgb(129,30,21); }

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