#782017

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

Shades of Falu Red #782017

Tints of Falu Red #782017

Color information

#782017 (or 0x782017) is unknown color: approx Falu Red. HEX triplet: 78, 20 and 17. RGB value is (120,32,23). Sum of RGB (Red+Green+Blue) = 120+32+23=175 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.57% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 23 (9.38% from 255 or 13.14% from 175); Max value from RGB is 120 - color contains mainly: red. Hex color #782017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782017 is #87DFE8. Grayscale: #393939. Windows color (decimal): -8904681 or 1515640. OLE color: 1515640.

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

Color convert

RGB1203223-
CMYK00.730.810.53
HSL5.57º67.83%28.04%-
HSV(B)5.57º80.83%47.06%-
XYZ8.425.091.35-
YUV57.29108.65172.73-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 68.57%
GREEN value IS 32 (12.89% from 255) = 18.29%
BLUE value IS 23 (9.38% from 255) = 13.14%
R=68.57%
G=18.29%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.81
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120322300.730.810.535.5767.8328.04
Hex78201704951356441c
Octal1704027011112165610434
Binary111100010000010111010010011010001110101110100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782017; }

 p { color: rgb(120,32,23); }

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

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

 a { background-color: rgb(120,32,23); }

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

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

 span { border-color: rgb(120,32,23); }

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