#811E1D

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

Shades of Falu Red #811E1D

Tints of Falu Red #811E1D

Color information

#811E1D (or 0x811E1D) is unknown color: approx Falu Red. HEX triplet: 81, 1E and 1D. RGB value is (129,30,29). Sum of RGB (Red+Green+Blue) = 129+30+29=188 (24% of max value = 765). Red value is 129 (50.78% from 255 or 68.62% from 188); Green value is 30 (12.11% from 255 or 15.96% from 188); Blue value is 29 (11.72% from 255 or 15.43% from 188); Max value from RGB is 129 - color contains mainly: red. Hex color #811E1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811E1D is #7EE1E2. Grayscale: #3B3B3B. Windows color (decimal): -8315363 or 1908353. OLE color: 1908353.

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

Color convert

RGB1293029-
CMYK00.770.780.49
HSL0.6º63.29%30.98%-
HSV(B)0.6º77.52%50.59%-
XYZ9.745.681.75-
YUV59.49110.8177.58-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 68.62%
GREEN value IS 30 (12.11% from 255) = 15.96%
BLUE value IS 29 (11.72% from 255) = 15.43%
R=68.62%
G=15.96%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129302900.770.780.490.663.2930.98
Hex811E1D04D4E3113f1f
Octal201363501151166117737
Binary100000011111011101010011011001110110001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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