#76160E

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

Shades of Falu Red #76160E

Tints of Falu Red #76160E

Color information

#76160E (or 0x76160E) is unknown color: approx Falu Red. HEX triplet: 76, 16 and 0E. RGB value is (118,22,14). Sum of RGB (Red+Green+Blue) = 118+22+14=154 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.62% from 154); Green value is 22 (8.98% from 255 or 14.29% from 154); Blue value is 14 (5.86% from 255 or 9.09% from 154); Max value from RGB is 118 - color contains mainly: red. Hex color #76160E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76160E is #89E9F1. Grayscale: #313131. Windows color (decimal): -9038322 or 923254. OLE color: 923254.

HSL color Cylindrical-coordinate representation of color #76160E: hue angle of 4.62º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #76160E is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB1182214-
CMYK00.810.880.54
HSL4.62º78.79%25.88%-
HSV(B)4.62º88.14%46.27%-
XYZ7.844.460.86-
YUV49.79107.8176.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 76.62%
GREEN value IS 22 (8.98% from 255) = 14.29%
BLUE value IS 14 (5.86% from 255) = 9.09%
R=76.62%
G=14.29%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.88
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118221400.810.880.544.6278.7925.88
Hex7616E051583654f1a
Octal1662616012113066511732
Binary1110110101101110010100011011000110110101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76160E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76160E; }

 p { color: rgb(118,22,14); }

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

<style>
 a { background-color: #76160E; }

 a { background-color: rgb(118,22,14); }

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

<style>
 span { border-color: #76160E; }

 span { border-color: rgb(118,22,14); }

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