#81180F

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

Shades of Falu Red #81180F

Tints of Falu Red #81180F

Color information

#81180F (or 0x81180F) is unknown color: approx Falu Red. HEX triplet: 81, 18 and 0F. RGB value is (129,24,15). Sum of RGB (Red+Green+Blue) = 129+24+15=168 (22% of max value = 765). Red value is 129 (50.78% from 255 or 76.79% from 168); Green value is 24 (9.77% from 255 or 14.29% from 168); Blue value is 15 (6.25% from 255 or 8.93% from 168); Max value from RGB is 129 - color contains mainly: red. Hex color #81180F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #81180F is #7EE7F0. Grayscale: #363636. Windows color (decimal): -8316913 or 989313. OLE color: 989313.

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

Color convert

RGB1292415-
CMYK00.810.880.49
HSL4.74º79.17%28.24%-
HSV(B)4.74º88.37%50.59%-
XYZ9.475.350.99-
YUV54.37105.79181.23-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 76.79%
GREEN value IS 24 (9.77% from 255) = 14.29%
BLUE value IS 15 (6.25% from 255) = 8.93%
R=76.79%
G=14.29%
B=8.93%

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
Decimal129241500.810.880.494.7479.1728.24
Hex8118F051583154f1c
Octal2013017012113061511734
Binary10000001110001111010100011011000110001101100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81180F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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