#781009

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

Shades of Falu Red #781009

Tints of Falu Red #781009

Color information

#781009 (or 0x781009) is unknown color: approx Falu Red. HEX triplet: 78, 10 and 09. RGB value is (120,16,9). Sum of RGB (Red+Green+Blue) = 120+16+9=145 (19% of max value = 765). Red value is 120 (47.27% from 255 or 82.76% from 145); Green value is 16 (6.64% from 255 or 11.03% from 145); Blue value is 9 (3.91% from 255 or 6.21% from 145); Max value from RGB is 120 - color contains mainly: red. Hex color #781009 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781009 is #87EFF6. Grayscale: #2E2E2E. Windows color (decimal): -8908791 or 594040. OLE color: 594040.

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

Color convert

RGB120169-
CMYK00.870.920.53
HSL3.78º86.05%25.29%-
HSV(B)3.78º92.5%47.06%-
XYZ7.984.380.68-
YUV46.3106.96180.57-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 82.76%
GREEN value IS 16 (6.64% from 255) = 11.03%
BLUE value IS 9 (3.91% from 255) = 6.21%
R=82.76%
G=11.03%
B=6.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12016900.870.920.533.7886.0525.29
Hex781090575C3545619
Octal1702011012713465412631
Binary1111000100001001010101111011100110101100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781009; }

 p { color: rgb(120,16,9); }

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

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

 a { background-color: rgb(120,16,9); }

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

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

 span { border-color: rgb(120,16,9); }

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