#76180E

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

Shades of Falu Red #76180E

Tints of Falu Red #76180E

Color information

#76180E (or 0x76180E) is unknown color: approx Falu Red. HEX triplet: 76, 18 and 0E. RGB value is (118,24,14). Sum of RGB (Red+Green+Blue) = 118+24+14=156 (20% of max value = 765). Red value is 118 (46.48% from 255 or 75.64% from 156); Green value is 24 (9.77% from 255 or 15.38% from 156); Blue value is 14 (5.86% from 255 or 8.97% from 156); Max value from RGB is 118 - color contains mainly: red. Hex color #76180E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76180E is #89E7F1. Grayscale: #333333. Windows color (decimal): -9037810 or 923766. OLE color: 923766.

HSL color Cylindrical-coordinate representation of color #76180E: hue angle of 5.77º 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 #76180E is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB1182414-
CMYK00.800.880.54
HSL5.77º78.79%25.88%-
HSV(B)5.77º88.14%46.27%-
XYZ7.884.540.88-
YUV50.97107.14175.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 75.64%
GREEN value IS 24 (9.77% from 255) = 15.38%
BLUE value IS 14 (5.86% from 255) = 8.97%
R=75.64%
G=15.38%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.88
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118241400.800.880.545.7778.7925.88
Hex7618E050583664f1a
Octal1663016012013066611732
Binary1110110110001110010100001011000110110110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76180E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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