#782416

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

Shades of Falu Red #782416

Tints of Falu Red #782416

Color information

#782416 (or 0x782416) is unknown color: approx Falu Red. HEX triplet: 78, 24 and 16. RGB value is (120,36,22). Sum of RGB (Red+Green+Blue) = 120+36+22=178 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.42% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 22 (8.98% from 255 or 12.36% from 178); Max value from RGB is 120 - color contains mainly: red. Hex color #782416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782416 is #87DBE9. Grayscale: #3B3B3B. Windows color (decimal): -8903658 or 1451128. OLE color: 1451128.

HSL color Cylindrical-coordinate representation of color #782416: hue angle of 8.57º 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 #782416 is Cyan = 0, Magento = 0.7, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB1203622-
CMYK00.70.820.53
HSL8.57º69.01%27.84%-
HSV(B)8.57º81.67%47.06%-
XYZ8.525.311.34-
YUV59.52106.83171.14-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 67.42%
GREEN value IS 36 (14.45% from 255) = 20.22%
BLUE value IS 22 (8.98% from 255) = 12.36%
R=67.42%
G=20.22%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120362200.70.820.538.5769.0127.84
Hex78241604652359451c
Octal17044260106122651110534
Binary1111000100100101100100011010100101101011001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782416; }

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

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

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

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

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

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

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

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