#78120F

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

Shades of Falu Red #78120F

Tints of Falu Red #78120F

Color information

#78120F (or 0x78120F) is unknown color: approx Falu Red. HEX triplet: 78, 12 and 0F. RGB value is (120,18,15). Sum of RGB (Red+Green+Blue) = 120+18+15=153 (20% of max value = 765). Red value is 120 (47.27% from 255 or 78.43% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 15 (6.25% from 255 or 9.80% from 153); Max value from RGB is 120 - color contains mainly: red. Hex color #78120F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78120F is #87EDF0. Grayscale: #303030. Windows color (decimal): -8908273 or 987768. OLE color: 987768.

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

Color convert

RGB1201815-
CMYK00.850.870.53
HSL1.71º77.78%26.47%-
HSV(B)1.71º87.5%47.06%-
XYZ8.054.460.89-
YUV48.16109.29179.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 78.43%
GREEN value IS 18 (7.42% from 255) = 11.76%
BLUE value IS 15 (6.25% from 255) = 9.80%
R=78.43%
G=11.76%
B=9.80%

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
Decimal120181500.850.870.531.7177.7826.47
Hex7812F055573524e1a
Octal1702217012512765211632
Binary111100010010111101010101101011111010110100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78120F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78120F; }

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

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

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

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

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

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

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

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