#761F04

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

Shades of Falu Red #761F04

Tints of Falu Red #761F04

Color information

#761F04 (or 0x761F04) is unknown color: approx Falu Red. HEX triplet: 76, 1F and 04. RGB value is (118,31,4). Sum of RGB (Red+Green+Blue) = 118+31+4=153 (20% of max value = 765). Red value is 118 (46.48% from 255 or 77.12% from 153); Green value is 31 (12.5% from 255 or 20.26% from 153); Blue value is 4 (1.95% from 255 or 2.61% from 153); Max value from RGB is 118 - color contains mainly: red. Hex color #761F04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761F04 is #89E0FB. Grayscale: #363636. Windows color (decimal): -9036028 or 270198. OLE color: 270198.

HSL color Cylindrical-coordinate representation of color #761F04: hue angle of 14.21º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #761F04 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB118314-
CMYK00.740.970.54
HSL14.21º93.44%23.92%-
HSV(B)14.21º96.61%46.27%-
XYZ7.984.840.63-
YUV53.9499.82173.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 77.12%
GREEN value IS 31 (12.5% from 255) = 20.26%
BLUE value IS 4 (1.95% from 255) = 2.61%
R=77.12%
G=20.26%
B=2.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11831400.740.970.5414.2193.4423.92
Hex761F404A6136e5d18
Octal1663740112141661613530
Binary1110110111111000100101011000011101101110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,31,4); }

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

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

 a { background-color: rgb(118,31,4); }

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

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

 span { border-color: rgb(118,31,4); }

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