#81180B

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

Shades of Falu Red #81180B

Tints of Falu Red #81180B

Color information

#81180B (or 0x81180B) is unknown color: approx Falu Red. HEX triplet: 81, 18 and 0B. RGB value is (129,24,11). Sum of RGB (Red+Green+Blue) = 129+24+11=164 (21% of max value = 765). Red value is 129 (50.78% from 255 or 78.66% from 164); Green value is 24 (9.77% from 255 or 14.63% from 164); Blue value is 11 (4.69% from 255 or 6.71% from 164); Max value from RGB is 129 - color contains mainly: red. Hex color #81180B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #81180B is #7EE7F4. Grayscale: #363636. Windows color (decimal): -8316917 or 727169. OLE color: 727169.

HSL color Cylindrical-coordinate representation of color #81180B: hue angle of 6.61º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #81180B is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB1292411-
CMYK00.810.910.49
HSL6.61º84.29%27.45%-
HSV(B)6.61º91.47%50.59%-
XYZ9.445.340.85-
YUV53.91103.79181.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 78.66%
GREEN value IS 24 (9.77% from 255) = 14.63%
BLUE value IS 11 (4.69% from 255) = 6.71%
R=78.66%
G=14.63%
B=6.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129241100.810.910.496.6184.2927.45
Hex8118B0515B317541b
Octal2013013012113361712433
Binary10000001110001011010100011011011110001111101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81180B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81180B; }

 p { color: rgb(129,24,11); }

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

<style>
 a { background-color: #81180B; }

 a { background-color: rgb(129,24,11); }

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

<style>
 span { border-color: #81180B; }

 span { border-color: rgb(129,24,11); }

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