#81120F

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

Shades of Falu Red #81120F

Tints of Falu Red #81120F

Color information

#81120F (or 0x81120F) is unknown color: approx Falu Red. HEX triplet: 81, 12 and 0F. RGB value is (129,18,15). Sum of RGB (Red+Green+Blue) = 129+18+15=162 (21% of max value = 765). Red value is 129 (50.78% from 255 or 79.63% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 15 (6.25% from 255 or 9.26% from 162); Max value from RGB is 129 - color contains mainly: red. Hex color #81120F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #81120F is #7EEDF0. Grayscale: #323232. Windows color (decimal): -8318449 or 987777. OLE color: 987777.

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

Color convert

RGB1291815-
CMYK00.860.880.49
HSL1.58º79.17%28.24%-
HSV(B)1.58º88.37%50.59%-
XYZ9.365.130.95-
YUV50.85107.77183.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 79.63%
GREEN value IS 18 (7.42% from 255) = 11.11%
BLUE value IS 15 (6.25% from 255) = 9.26%
R=79.63%
G=11.11%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129181500.860.880.491.5879.1728.24
Hex8112F056583124f1c
Octal2012217012613061211734
Binary1000000110010111101010110101100011000110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81120F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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