#782200

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

Shades of Falu Red #782200

Tints of Falu Red #782200

Color information

#782200 (or 0x782200) is unknown color: approx Falu Red. HEX triplet: 78, 22 and 00. RGB value is (120,34,0). Sum of RGB (Red+Green+Blue) = 120+34+0=154 (20% of max value = 765). Red value is 120 (47.27% from 255 or 77.92% from 154); Green value is 34 (13.67% from 255 or 22.08% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 120 - color contains mainly: red. Hex color #782200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782200 is #87DDFF. Grayscale: #383838. Windows color (decimal): -8904192 or 8824. OLE color: 8824.

HSL color Cylindrical-coordinate representation of color #782200: hue angle of 17º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #782200 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB120340-
CMYK00.7210.53
HSL17º100%23.53%-
HSV(B)17º100%47.06%-
XYZ8.325.140.55-
YUV55.8496.49173.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 77.92%
GREEN value IS 34 (13.67% from 255) = 22.08%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.92%
G=22.08%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12034000.7210.531710023.53
Hex782200486435116418
Octal1704200110144652114430
Binary1111000100010001001000110010011010110001110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782200; }

 p { color: rgb(120,34,0); }

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

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

 a { background-color: rgb(120,34,0); }

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

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

 span { border-color: rgb(120,34,0); }

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