#76150E

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

Shades of Falu Red #76150E

Tints of Falu Red #76150E

Color information

#76150E (or 0x76150E) is unknown color: approx Falu Red. HEX triplet: 76, 15 and 0E. RGB value is (118,21,14). Sum of RGB (Red+Green+Blue) = 118+21+14=153 (20% of max value = 765). Red value is 118 (46.48% from 255 or 77.12% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 14 (5.86% from 255 or 9.15% from 153); Max value from RGB is 118 - color contains mainly: red. Hex color #76150E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76150E is #89EAF1. Grayscale: #313131. Windows color (decimal): -9038578 or 922998. OLE color: 922998.

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

Color convert

RGB1182114-
CMYK00.820.880.54
HSL4.04º78.79%25.88%-
HSV(B)4.04º88.14%46.27%-
XYZ7.824.420.86-
YUV49.2108.14177.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 77.12%
GREEN value IS 21 (8.59% from 255) = 13.73%
BLUE value IS 14 (5.86% from 255) = 9.15%
R=77.12%
G=13.73%
B=9.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.88
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118211400.820.880.544.0478.7925.88
Hex7615E052583644f1a
Octal1662516012213066411732
Binary1110110101011110010100101011000110110100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76150E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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