#781210

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

Shades of Falu Red #781210

Tints of Falu Red #781210

Color information

#781210 (or 0x781210) is unknown color: approx Falu Red. HEX triplet: 78, 12 and 10. RGB value is (120,18,16). Sum of RGB (Red+Green+Blue) = 120+18+16=154 (20% of max value = 765). Red value is 120 (47.27% from 255 or 77.92% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 16 (6.64% from 255 or 10.39% from 154); Max value from RGB is 120 - color contains mainly: red. Hex color #781210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781210 is #87EDEF. Grayscale: #303030. Windows color (decimal): -8908272 or 1053304. OLE color: 1053304.

HSL color Cylindrical-coordinate representation of color #781210: hue angle of 1.15º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #781210 is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB1201816-
CMYK00.850.870.53
HSL1.15º76.47%26.67%-
HSV(B)1.15º86.67%47.06%-
XYZ8.064.460.93-
YUV48.27109.79179.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 77.92%
GREEN value IS 18 (7.42% from 255) = 11.69%
BLUE value IS 16 (6.64% from 255) = 10.39%
R=77.92%
G=11.69%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120181600.850.870.531.1576.4726.67
Hex781210055573514c1b
Octal1702220012512765111433
Binary111100010010100000101010110101111101011100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781210; }

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

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

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

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

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

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

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

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