#782316

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

Shades of Falu Red #782316

Tints of Falu Red #782316

Color information

#782316 (or 0x782316) is unknown color: approx Falu Red. HEX triplet: 78, 23 and 16. RGB value is (120,35,22). Sum of RGB (Red+Green+Blue) = 120+35+22=177 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.80% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 120 - color contains mainly: red. Hex color #782316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782316 is #87DCE9. Grayscale: #3B3B3B. Windows color (decimal): -8903914 or 1450872. OLE color: 1450872.

HSL color Cylindrical-coordinate representation of color #782316: hue angle of 7.96º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #782316 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB1203522-
CMYK00.710.820.53
HSL7.96º69.01%27.84%-
HSV(B)7.96º81.67%47.06%-
XYZ8.495.251.33-
YUV58.93107.16171.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 67.80%
GREEN value IS 35 (14.06% from 255) = 19.77%
BLUE value IS 22 (8.98% from 255) = 12.43%
R=67.80%
G=19.77%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120352200.710.820.537.9669.0127.84
Hex78231604752358451c
Octal17043260107122651010534
Binary1111000100011101100100011110100101101011000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782316; }

 p { color: rgb(120,35,22); }

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

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

 a { background-color: rgb(120,35,22); }

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

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

 span { border-color: rgb(120,35,22); }

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