#781D15

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

Shades of Falu Red #781D15

Tints of Falu Red #781D15

Color information

#781D15 (or 0x781D15) is unknown color: approx Falu Red. HEX triplet: 78, 1D and 15. RGB value is (120,29,21). Sum of RGB (Red+Green+Blue) = 120+29+21=170 (22% of max value = 765). Red value is 120 (47.27% from 255 or 70.59% from 170); Green value is 29 (11.72% from 255 or 17.06% from 170); Blue value is 21 (8.59% from 255 or 12.35% from 170); Max value from RGB is 120 - color contains mainly: red. Hex color #781D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781D15 is #87E2EA. Grayscale: #373737. Windows color (decimal): -8905451 or 1383800. OLE color: 1383800.

HSL color Cylindrical-coordinate representation of color #781D15: hue angle of 4.85º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #781D15 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB1202921-
CMYK00.760.830.53
HSL4.85º70.21%27.65%-
HSV(B)4.85º82.5%47.06%-
XYZ8.324.931.22-
YUV55.3108.65174.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 70.59%
GREEN value IS 29 (11.72% from 255) = 17.06%
BLUE value IS 21 (8.59% from 255) = 12.35%
R=70.59%
G=17.06%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120292100.760.830.534.8570.2127.65
Hex781D1504C53355461c
Octal1703525011412365510634
Binary11110001110110101010011001010011110101101100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,29,21); }

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

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

 a { background-color: rgb(120,29,21); }

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

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

 span { border-color: rgb(120,29,21); }

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