#761509

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

Shades of Falu Red #761509

Tints of Falu Red #761509

Color information

#761509 (or 0x761509) is unknown color: approx Falu Red. HEX triplet: 76, 15 and 09. RGB value is (118,21,9). Sum of RGB (Red+Green+Blue) = 118+21+9=148 (19% of max value = 765). Red value is 118 (46.48% from 255 or 79.73% from 148); Green value is 21 (8.59% from 255 or 14.19% from 148); Blue value is 9 (3.91% from 255 or 6.08% from 148); Max value from RGB is 118 - color contains mainly: red. Hex color #761509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761509 is #89EAF6. Grayscale: #303030. Windows color (decimal): -9038583 or 595318. OLE color: 595318.

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

Color convert

RGB118219-
CMYK00.820.920.54
HSL6.61º85.83%24.9%-
HSV(B)6.61º92.37%46.27%-
XYZ7.794.410.7-
YUV48.64105.64177.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 79.73%
GREEN value IS 21 (8.59% from 255) = 14.19%
BLUE value IS 9 (3.91% from 255) = 6.08%
R=79.73%
G=14.19%
B=6.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11821900.820.920.546.6185.8324.9
Hex761590525C3675619
Octal1662511012213466712631
Binary1110110101011001010100101011100110110111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761509; }

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

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

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

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

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

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

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

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