#761912

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

Shades of Falu Red #761912

Tints of Falu Red #761912

Color information

#761912 (or 0x761912) is unknown color: approx Falu Red. HEX triplet: 76, 19 and 12. RGB value is (118,25,18). Sum of RGB (Red+Green+Blue) = 118+25+18=161 (21% of max value = 765). Red value is 118 (46.48% from 255 or 73.29% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 18 (7.42% from 255 or 11.18% from 161); Max value from RGB is 118 - color contains mainly: red. Hex color #761912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761912 is #89E6ED. Grayscale: #343434. Windows color (decimal): -9037550 or 1186166. OLE color: 1186166.

HSL color Cylindrical-coordinate representation of color #761912: hue angle of 4.2º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #761912 is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB1182518-
CMYK00.790.850.54
HSL4.2º73.53%26.67%-
HSV(B)4.2º84.75%46.27%-
XYZ7.934.591.04-
YUV52.01108.81175.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 73.29%
GREEN value IS 25 (10.16% from 255) = 15.53%
BLUE value IS 18 (7.42% from 255) = 11.18%
R=73.29%
G=15.53%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118251800.790.850.544.273.5326.67
Hex76191204F553644a1b
Octal1663122011712566411233
Binary11101101100110010010011111010101110110100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761912; }

 p { color: rgb(118,25,18); }

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

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

 a { background-color: rgb(118,25,18); }

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

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

 span { border-color: rgb(118,25,18); }

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