#781A15

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

Shades of Falu Red #781A15

Tints of Falu Red #781A15

Color information

#781A15 (or 0x781A15) is unknown color: approx Falu Red. HEX triplet: 78, 1A and 15. RGB value is (120,26,21). Sum of RGB (Red+Green+Blue) = 120+26+21=167 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.86% from 167); Green value is 26 (10.55% from 255 or 15.57% from 167); Blue value is 21 (8.59% from 255 or 12.57% from 167); Max value from RGB is 120 - color contains mainly: red. Hex color #781A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781A15 is #87E5EA. Grayscale: #353535. Windows color (decimal): -8906219 or 1383032. OLE color: 1383032.

HSL color Cylindrical-coordinate representation of color #781A15: hue angle of 3.03º 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 #781A15 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB1202621-
CMYK00.780.830.53
HSL3.03º70.21%27.65%-
HSV(B)3.03º82.5%47.06%-
XYZ8.254.791.2-
YUV53.54109.64175.41-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 71.86%
GREEN value IS 26 (10.55% from 255) = 15.57%
BLUE value IS 21 (8.59% from 255) = 12.57%
R=71.86%
G=15.57%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120262100.780.830.533.0370.2127.65
Hex781A1504E53353461c
Octal1703225011612365310634
Binary1111000110101010101001110101001111010111100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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