#78260A

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

Shades of Falu Red #78260A

Tints of Falu Red #78260A

Color information

#78260A (or 0x78260A) is unknown color: approx Falu Red. HEX triplet: 78, 26 and 0A. RGB value is (120,38,10). Sum of RGB (Red+Green+Blue) = 120+38+10=168 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.43% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 10 (4.30% from 255 or 5.95% from 168); Max value from RGB is 120 - color contains mainly: red. Hex color #78260A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78260A is #87D9F5. Grayscale: #3B3B3B. Windows color (decimal): -8903158 or 665208. OLE color: 665208.

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

Color convert

RGB1203810-
CMYK00.680.920.53
HSL15.27º84.62%25.49%-
HSV(B)15.27º91.67%47.06%-
XYZ8.495.40.88-
YUV59.33100.17171.28-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 71.43%
GREEN value IS 38 (15.23% from 255) = 22.62%
BLUE value IS 10 (4.30% from 255) = 5.95%
R=71.43%
G=22.62%
B=5.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120381000.680.920.5315.2784.6225.49
Hex7826A0445C35f5519
Octal17046120104134651712531
Binary111100010011010100100010010111001101011111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78260A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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