#761A09

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

Shades of Falu Red #761A09

Tints of Falu Red #761A09

Color information

#761A09 (or 0x761A09) is unknown color: approx Falu Red. HEX triplet: 76, 1A and 09. RGB value is (118,26,9). Sum of RGB (Red+Green+Blue) = 118+26+9=153 (20% of max value = 765). Red value is 118 (46.48% from 255 or 77.12% from 153); Green value is 26 (10.55% from 255 or 16.99% from 153); Blue value is 9 (3.91% from 255 or 5.88% from 153); Max value from RGB is 118 - color contains mainly: red. Hex color #761A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761A09 is #89E5F6. Grayscale: #333333. Windows color (decimal): -9037303 or 596598. OLE color: 596598.

HSL color Cylindrical-coordinate representation of color #761A09: hue angle of 9.36º 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 #761A09 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB118269-
CMYK00.780.920.54
HSL9.36º85.83%24.9%-
HSV(B)9.36º92.37%46.27%-
XYZ7.894.610.73-
YUV51.57103.98175.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 77.12%
GREEN value IS 26 (10.55% from 255) = 16.99%
BLUE value IS 9 (3.91% from 255) = 5.88%
R=77.12%
G=16.99%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11826900.780.920.549.3685.8324.9
Hex761A904E5C3695619
Octal16632110116134661112631
Binary11101101101010010100111010111001101101001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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