#811B13

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

Shades of Falu Red #811B13

Tints of Falu Red #811B13

Color information

#811B13 (or 0x811B13) is unknown color: approx Falu Red. HEX triplet: 81, 1B and 13. RGB value is (129,27,19). Sum of RGB (Red+Green+Blue) = 129+27+19=175 (23% of max value = 765). Red value is 129 (50.78% from 255 or 73.71% from 175); Green value is 27 (10.94% from 255 or 15.43% from 175); Blue value is 19 (7.81% from 255 or 10.86% from 175); Max value from RGB is 129 - color contains mainly: red. Hex color #811B13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811B13 is #7EE4EC. Grayscale: #383838. Windows color (decimal): -8316141 or 1252225. OLE color: 1252225.

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

Color convert

RGB1292719-
CMYK00.790.850.49
HSL4.36º74.32%29.02%-
HSV(B)4.36º85.27%50.59%-
XYZ9.565.51.17-
YUV56.59106.79179.65-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 73.71%
GREEN value IS 27 (10.94% from 255) = 15.43%
BLUE value IS 19 (7.81% from 255) = 10.86%
R=73.71%
G=15.43%
B=10.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129271900.790.850.494.3674.3229.02
Hex811B1304F553144a1d
Octal2013323011712561411235
Binary100000011101110011010011111010101110001100100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,27,19); }

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

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

 a { background-color: rgb(129,27,19); }

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

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

 span { border-color: rgb(129,27,19); }

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