#781E10

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

Shades of Falu Red #781E10

Tints of Falu Red #781E10

Color information

#781E10 (or 0x781E10) is unknown color: approx Falu Red. HEX triplet: 78, 1E and 10. RGB value is (120,30,16). Sum of RGB (Red+Green+Blue) = 120+30+16=166 (21% of max value = 765). Red value is 120 (47.27% from 255 or 72.29% from 166); Green value is 30 (12.11% from 255 or 18.07% from 166); Blue value is 16 (6.64% from 255 or 9.64% from 166); Max value from RGB is 120 - color contains mainly: red. Hex color #781E10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781E10 is #87E1EF. Grayscale: #373737. Windows color (decimal): -8905200 or 1056376. OLE color: 1056376.

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

Color convert

RGB1203016-
CMYK00.750.870.53
HSL8.08º76.47%26.67%-
HSV(B)8.08º86.67%47.06%-
XYZ8.34.961.01-
YUV55.31105.82174.14-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 72.29%
GREEN value IS 30 (12.11% from 255) = 18.07%
BLUE value IS 16 (6.64% from 255) = 9.64%
R=72.29%
G=18.07%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120301600.750.870.538.0876.4726.67
Hex781E1004B573584c1b
Octal17036200113127651011433
Binary111100011110100000100101110101111101011000100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781E10; }

 p { color: rgb(120,30,16); }

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

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

 a { background-color: rgb(120,30,16); }

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

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

 span { border-color: rgb(120,30,16); }

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