#81190F

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

Shades of Falu Red #81190F

Tints of Falu Red #81190F

Color information

#81190F (or 0x81190F) is unknown color: approx Falu Red. HEX triplet: 81, 19 and 0F. RGB value is (129,25,15). Sum of RGB (Red+Green+Blue) = 129+25+15=169 (22% of max value = 765). Red value is 129 (50.78% from 255 or 76.33% from 169); Green value is 25 (10.16% from 255 or 14.79% from 169); Blue value is 15 (6.25% from 255 or 8.88% from 169); Max value from RGB is 129 - color contains mainly: red. Hex color #81190F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #81190F is #7EE6F0. Grayscale: #373737. Windows color (decimal): -8316657 or 989569. OLE color: 989569.

HSL color Cylindrical-coordinate representation of color #81190F: hue angle of 5.26º 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 #81190F is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB1292515-
CMYK00.810.880.49
HSL5.26º79.17%28.24%-
HSV(B)5.26º88.37%50.59%-
XYZ9.495.40.99-
YUV54.96105.46180.81-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 76.33%
GREEN value IS 25 (10.16% from 255) = 14.79%
BLUE value IS 15 (6.25% from 255) = 8.88%
R=76.33%
G=14.79%
B=8.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129251500.810.880.495.2679.1728.24
Hex8119F051583154f1c
Octal2013117012113061511734
Binary10000001110011111010100011011000110001101100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81190F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81190F; }

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

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

<style>
 a { background-color: #81190F; }

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

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

<style>
 span { border-color: #81190F; }

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

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