#761D14

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

Shades of Falu Red #761D14

Tints of Falu Red #761D14

Color information

#761D14 (or 0x761D14) is unknown color: approx Falu Red. HEX triplet: 76, 1D and 14. RGB value is (118,29,20). Sum of RGB (Red+Green+Blue) = 118+29+20=167 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.66% from 167); Green value is 29 (11.72% from 255 or 17.37% from 167); Blue value is 20 (8.20% from 255 or 11.98% from 167); Max value from RGB is 118 - color contains mainly: red. Hex color #761D14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761D14 is #89E2EB. Grayscale: #363636. Windows color (decimal): -9036524 or 1318262. OLE color: 1318262.

HSL color Cylindrical-coordinate representation of color #761D14: hue angle of 5.51º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #761D14 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB1182920-
CMYK00.750.830.54
HSL5.51º71.01%27.06%-
HSV(B)5.51º83.05%46.27%-
XYZ8.044.781.16-
YUV54.58108.49173.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 70.66%
GREEN value IS 29 (11.72% from 255) = 17.37%
BLUE value IS 20 (8.20% from 255) = 11.98%
R=70.66%
G=17.37%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118292000.750.830.545.5171.0127.06
Hex761D1404B53366471b
Octal1663524011312366610733
Binary11101101110110100010010111010011110110110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761D14; }

 p { color: rgb(118,29,20); }

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

<style>
 a { background-color: #761D14; }

 a { background-color: rgb(118,29,20); }

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

<style>
 span { border-color: #761D14; }

 span { border-color: rgb(118,29,20); }

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