#782518

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

Shades of Falu Red #782518

Tints of Falu Red #782518

Color information

#782518 (or 0x782518) is unknown color: approx Falu Red. HEX triplet: 78, 25 and 18. RGB value is (120,37,24). Sum of RGB (Red+Green+Blue) = 120+37+24=181 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.30% from 181); Green value is 37 (14.84% from 255 or 20.44% from 181); Blue value is 24 (9.77% from 255 or 13.26% from 181); Max value from RGB is 120 - color contains mainly: red. Hex color #782518 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782518 is #87DAE7. Grayscale: #3C3C3C. Windows color (decimal): -8903400 or 1582456. OLE color: 1582456.

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

Color convert

RGB1203724-
CMYK00.690.80.53
HSL8.13º66.67%28.24%-
HSV(B)8.13º80%47.06%-
XYZ8.575.381.45-
YUV60.33107.5170.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 66.30%
GREEN value IS 37 (14.84% from 255) = 20.44%
BLUE value IS 24 (9.77% from 255) = 13.26%
R=66.30%
G=20.44%
B=13.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.8
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120372400.690.80.538.1366.6728.24
Hex78251804550358431c
Octal17045300105120651010334
Binary1111000100101110000100010110100001101011000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782518; }

 p { color: rgb(120,37,24); }

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

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

 a { background-color: rgb(120,37,24); }

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

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

 span { border-color: rgb(120,37,24); }

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