#781C1A

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

Shades of Falu Red #781C1A

Tints of Falu Red #781C1A

Color information

#781C1A (or 0x781C1A) is unknown color: approx Falu Red. HEX triplet: 78, 1C and 1A. RGB value is (120,28,26). Sum of RGB (Red+Green+Blue) = 120+28+26=174 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.97% from 174); Green value is 28 (11.33% from 255 or 16.09% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 120 - color contains mainly: red. Hex color #781C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781C1A is #87E3E5. Grayscale: #373737. Windows color (decimal): -8905702 or 1711224. OLE color: 1711224.

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

Color convert

RGB1202826-
CMYK00.770.780.53
HSL1.28º64.38%28.63%-
HSV(B)1.28º78.33%47.06%-
XYZ8.354.91.48-
YUV55.28111.48174.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 68.97%
GREEN value IS 28 (11.33% from 255) = 16.09%
BLUE value IS 26 (10.55% from 255) = 14.94%
R=68.97%
G=16.09%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120282600.770.780.531.2864.3828.63
Hex781C1A04D4E351401d
Octal1703432011511665110035
Binary111100011100110100100110110011101101011100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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