#781C0A

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

Shades of Falu Red #781C0A

Tints of Falu Red #781C0A

Color information

#781C0A (or 0x781C0A) is unknown color: approx Falu Red. HEX triplet: 78, 1C and 0A. RGB value is (120,28,10). Sum of RGB (Red+Green+Blue) = 120+28+10=158 (20% of max value = 765). Red value is 120 (47.27% from 255 or 75.95% from 158); Green value is 28 (11.33% from 255 or 17.72% from 158); Blue value is 10 (4.30% from 255 or 6.33% from 158); Max value from RGB is 120 - color contains mainly: red. Hex color #781C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #781C0A is #87E3F5. Grayscale: #353535. Windows color (decimal): -8905718 or 662648. OLE color: 662648.

HSL color Cylindrical-coordinate representation of color #781C0A: hue angle of 9.82º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #781C0A is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB1202810-
CMYK00.770.920.53
HSL9.82º84.62%25.49%-
HSV(B)9.82º91.67%47.06%-
XYZ8.224.850.79-
YUV53.46103.48175.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 75.95%
GREEN value IS 28 (11.33% from 255) = 17.72%
BLUE value IS 10 (4.30% from 255) = 6.33%
R=75.95%
G=17.72%
B=6.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120281000.770.920.539.8284.6225.49
Hex781CA04D5C35a5519
Octal17034120115134651212531
Binary11110001110010100100110110111001101011010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,28,10); }

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

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

 a { background-color: rgb(120,28,10); }

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

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

 span { border-color: rgb(120,28,10); }

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