#761311

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

Shades of Falu Red #761311

Tints of Falu Red #761311

Color information

#761311 (or 0x761311) is unknown color: approx Falu Red. HEX triplet: 76, 13 and 11. RGB value is (118,19,17). Sum of RGB (Red+Green+Blue) = 118+19+17=154 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.62% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 17 (7.03% from 255 or 11.04% from 154); Max value from RGB is 118 - color contains mainly: red. Hex color #761311 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761311 is #89ECEE. Grayscale: #303030. Windows color (decimal): -9039087 or 1119094. OLE color: 1119094.

HSL color Cylindrical-coordinate representation of color #761311: hue angle of 1.19º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761311 is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB1181917-
CMYK00.840.860.54
HSL1.19º74.81%26.47%-
HSV(B)1.19º85.59%46.27%-
XYZ7.814.360.96-
YUV48.37110.3177.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 76.62%
GREEN value IS 19 (7.81% from 255) = 12.34%
BLUE value IS 17 (7.03% from 255) = 11.04%
R=76.62%
G=12.34%
B=11.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118191700.840.860.541.1974.8126.47
Hex761311054563614b1a
Octal1662321012412666111332
Binary111011010011100010101010010101101101101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761311; }

 p { color: rgb(118,19,17); }

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

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

 a { background-color: rgb(118,19,17); }

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

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

 span { border-color: rgb(118,19,17); }

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