#761C09

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

Shades of Falu Red #761C09

Tints of Falu Red #761C09

Color information

#761C09 (or 0x761C09) is unknown color: approx Falu Red. HEX triplet: 76, 1C and 09. RGB value is (118,28,9). Sum of RGB (Red+Green+Blue) = 118+28+9=155 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.13% from 155); Green value is 28 (11.33% from 255 or 18.06% from 155); Blue value is 9 (3.91% from 255 or 5.81% from 155); Max value from RGB is 118 - color contains mainly: red. Hex color #761C09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761C09 is #89E3F6. Grayscale: #343434. Windows color (decimal): -9036791 or 597110. OLE color: 597110.

HSL color Cylindrical-coordinate representation of color #761C09: hue angle of 10.46º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #761C09 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB118289-
CMYK00.760.920.54
HSL10.46º85.83%24.9%-
HSV(B)10.46º92.37%46.27%-
XYZ7.944.70.75-
YUV52.74103.32174.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 76.13%
GREEN value IS 28 (11.33% from 255) = 18.06%
BLUE value IS 9 (3.91% from 255) = 5.81%
R=76.13%
G=18.06%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11828900.760.920.5410.4685.8324.9
Hex761C904C5C36a5619
Octal16634110114134661212631
Binary11101101110010010100110010111001101101010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,28,9); }

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

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

 a { background-color: rgb(118,28,9); }

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

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

 span { border-color: rgb(118,28,9); }

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