#782210

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

Shades of Falu Red #782210

Tints of Falu Red #782210

Color information

#782210 (or 0x782210) is unknown color: approx Falu Red. HEX triplet: 78, 22 and 10. RGB value is (120,34,16). Sum of RGB (Red+Green+Blue) = 120+34+16=170 (22% of max value = 765). Red value is 120 (47.27% from 255 or 70.59% from 170); Green value is 34 (13.67% from 255 or 20% from 170); Blue value is 16 (6.64% from 255 or 9.41% from 170); Max value from RGB is 120 - color contains mainly: red. Hex color #782210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782210 is #87DDEF. Grayscale: #393939. Windows color (decimal): -8904176 or 1057400. OLE color: 1057400.

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

Color convert

RGB1203416-
CMYK00.720.870.53
HSL10.38º76.47%26.67%-
HSV(B)10.38º86.67%47.06%-
XYZ8.415.171.05-
YUV57.66104.49172.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 70.59%
GREEN value IS 34 (13.67% from 255) = 20%
BLUE value IS 16 (6.64% from 255) = 9.41%
R=70.59%
G=20%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120341600.720.870.5310.3876.4726.67
Hex7822100485735a4c1b
Octal17042200110127651211433
Binary1111000100010100000100100010101111101011010100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782210; }

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

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

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

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

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

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

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

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