#782315

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

Shades of Falu Red #782315

Tints of Falu Red #782315

Color information

#782315 (or 0x782315) is unknown color: approx Falu Red. HEX triplet: 78, 23 and 15. RGB value is (120,35,21). Sum of RGB (Red+Green+Blue) = 120+35+21=176 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.18% from 176); Green value is 35 (14.06% from 255 or 19.89% from 176); Blue value is 21 (8.59% from 255 or 11.93% from 176); Max value from RGB is 120 - color contains mainly: red. Hex color #782315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782315 is #87DCEA. Grayscale: #3A3A3A. Windows color (decimal): -8903915 or 1385336. OLE color: 1385336.

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

Color convert

RGB1203521-
CMYK00.710.830.53
HSL8.48º70.21%27.65%-
HSV(B)8.48º82.5%47.06%-
XYZ8.485.251.28-
YUV58.82106.66171.64-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 68.18%
GREEN value IS 35 (14.06% from 255) = 19.89%
BLUE value IS 21 (8.59% from 255) = 11.93%
R=68.18%
G=19.89%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120352100.710.830.538.4870.2127.65
Hex78231504753358461c
Octal17043250107123651010634
Binary1111000100011101010100011110100111101011000100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782315; }

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

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

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

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

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

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

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

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