#781108

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

Shades of Falu Red #781108

Tints of Falu Red #781108

Color information

#781108 (or 0x781108) is unknown color: approx Falu Red. HEX triplet: 78, 11 and 08. RGB value is (120,17,8). Sum of RGB (Red+Green+Blue) = 120+17+8=145 (19% of max value = 765). Red value is 120 (47.27% from 255 or 82.76% from 145); Green value is 17 (7.03% from 255 or 11.72% from 145); Blue value is 8 (3.52% from 255 or 5.52% from 145); Max value from RGB is 120 - color contains mainly: red. Hex color #781108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781108 is #87EEF7. Grayscale: #2E2E2E. Windows color (decimal): -8908536 or 528760. OLE color: 528760.

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

Color convert

RGB120178-
CMYK00.860.930.53
HSL4.82º87.5%25.1%-
HSV(B)4.82º93.33%47.06%-
XYZ7.994.410.66-
YUV46.77106.12180.23-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 82.76%
GREEN value IS 17 (7.03% from 255) = 11.72%
BLUE value IS 8 (3.52% from 255) = 5.52%
R=82.76%
G=11.72%
B=5.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12017800.860.930.534.8287.525.1
Hex781180565D3555819
Octal1702110012613565513031
Binary1111000100011000010101101011101110101101101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781108; }

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

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

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

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

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

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

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

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