#782412

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

Shades of Falu Red #782412

Tints of Falu Red #782412

Color information

#782412 (or 0x782412) is unknown color: approx Falu Red. HEX triplet: 78, 24 and 12. RGB value is (120,36,18). Sum of RGB (Red+Green+Blue) = 120+36+18=174 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.97% from 174); Green value is 36 (14.45% from 255 or 20.69% from 174); Blue value is 18 (7.42% from 255 or 10.34% from 174); Max value from RGB is 120 - color contains mainly: red. Hex color #782412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782412 is #87DBED. Grayscale: #3B3B3B. Windows color (decimal): -8903662 or 1188984. OLE color: 1188984.

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

Color convert

RGB1203618-
CMYK00.70.850.53
HSL10.59º73.91%27.06%-
HSV(B)10.59º85%47.06%-
XYZ8.495.31.15-
YUV59.06104.83171.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 68.97%
GREEN value IS 36 (14.45% from 255) = 20.69%
BLUE value IS 18 (7.42% from 255) = 10.34%
R=68.97%
G=20.69%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120361800.70.850.5310.5973.9127.06
Hex7824120465535b4a1b
Octal17044220106125651311233
Binary1111000100100100100100011010101011101011011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782412; }

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

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

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

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

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

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

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

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