#782305

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

Shades of Falu Red #782305

Tints of Falu Red #782305

Color information

#782305 (or 0x782305) is unknown color: approx Falu Red. HEX triplet: 78, 23 and 05. RGB value is (120,35,5). Sum of RGB (Red+Green+Blue) = 120+35+5=160 (21% of max value = 765). Red value is 120 (47.27% from 255 or 75% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 5 (2.34% from 255 or 3.12% from 160); Max value from RGB is 120 - color contains mainly: red. Hex color #782305 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782305 is #87DCFA. Grayscale: #393939. Windows color (decimal): -8903931 or 336760. OLE color: 336760.

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

Color convert

RGB120355-
CMYK00.710.960.53
HSL15.65º92%24.51%-
HSV(B)15.65º95.83%47.06%-
XYZ8.375.210.71-
YUV5798.66172.94-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 75%
GREEN value IS 35 (14.06% from 255) = 21.88%
BLUE value IS 5 (2.34% from 255) = 3.12%
R=75%
G=21.88%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12035500.710.960.5315.659224.51
Hex782350476035105c19
Octal1704350107140652013431
Binary111100010001110101000111110000011010110000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782305; }

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

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

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

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

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

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

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

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