#781311

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

Shades of Falu Red #781311

Tints of Falu Red #781311

Color information

#781311 (or 0x781311) is unknown color: approx Falu Red. HEX triplet: 78, 13 and 11. RGB value is (120,19,17). Sum of RGB (Red+Green+Blue) = 120+19+17=156 (20% of max value = 765). Red value is 120 (47.27% from 255 or 76.92% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 17 (7.03% from 255 or 10.90% from 156); Max value from RGB is 120 - color contains mainly: red. Hex color #781311 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781311 is #87ECEE. Grayscale: #313131. Windows color (decimal): -8908015 or 1119096. OLE color: 1119096.

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

Color convert

RGB1201917-
CMYK00.840.860.53
HSL1.17º75.18%26.86%-
HSV(B)1.17º85.83%47.06%-
XYZ8.084.50.97-
YUV48.97109.96178.66-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 76.92%
GREEN value IS 19 (7.81% from 255) = 12.18%
BLUE value IS 17 (7.03% from 255) = 10.90%
R=76.92%
G=12.18%
B=10.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120191700.840.860.531.1775.1826.86
Hex781311054563514b1b
Octal1702321012412665111333
Binary111100010011100010101010010101101101011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781311; }

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

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

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

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

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

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

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

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