#781611

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

Shades of Falu Red #781611

Tints of Falu Red #781611

Color information

#781611 (or 0x781611) is unknown color: approx Falu Red. HEX triplet: 78, 16 and 11. RGB value is (120,22,17). Sum of RGB (Red+Green+Blue) = 120+22+17=159 (21% of max value = 765). Red value is 120 (47.27% from 255 or 75.47% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 17 (7.03% from 255 or 10.69% from 159); Max value from RGB is 120 - color contains mainly: red. Hex color #781611 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781611 is #87E9EE. Grayscale: #323232. Windows color (decimal): -8907247 or 1119864. OLE color: 1119864.

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

Color convert

RGB1202217-
CMYK00.820.860.53
HSL2.91º75.18%26.86%-
HSV(B)2.91º85.83%47.06%-
XYZ8.134.610.99-
YUV50.73108.97177.41-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 75.47%
GREEN value IS 22 (8.98% from 255) = 13.84%
BLUE value IS 17 (7.03% from 255) = 10.69%
R=75.47%
G=13.84%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120221700.820.860.532.9175.1826.86
Hex781611052563534b1b
Octal1702621012212665311333
Binary1111000101101000101010010101011011010111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781611; }

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

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

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

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

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

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

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

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