#78130A

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

Shades of Falu Red #78130A

Tints of Falu Red #78130A

Color information

#78130A (or 0x78130A) is unknown color: approx Falu Red. HEX triplet: 78, 13 and 0A. RGB value is (120,19,10). Sum of RGB (Red+Green+Blue) = 120+19+10=149 (19% of max value = 765). Red value is 120 (47.27% from 255 or 80.54% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 10 (4.30% from 255 or 6.71% from 149); Max value from RGB is 120 - color contains mainly: red. Hex color #78130A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78130A is #87ECF5. Grayscale: #303030. Windows color (decimal): -8908022 or 660344. OLE color: 660344.

HSL color Cylindrical-coordinate representation of color #78130A: hue angle of 4.91º 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 #78130A is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB1201910-
CMYK00.840.920.53
HSL4.91º84.62%25.49%-
HSV(B)4.91º91.67%47.06%-
XYZ8.034.480.73-
YUV48.17106.46179.23-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 80.54%
GREEN value IS 19 (7.81% from 255) = 12.75%
BLUE value IS 10 (4.30% from 255) = 6.71%
R=80.54%
G=12.75%
B=6.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120191000.840.920.534.9184.6225.49
Hex7813A0545C3555519
Octal1702312012413465512531
Binary1111000100111010010101001011100110101101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78130A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78130A; }

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

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

<style>
 a { background-color: #78130A; }

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

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

<style>
 span { border-color: #78130A; }

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

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