#78200A

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

Shades of Falu Red #78200A

Tints of Falu Red #78200A

Color information

#78200A (or 0x78200A) is unknown color: approx Falu Red. HEX triplet: 78, 20 and 0A. RGB value is (120,32,10). Sum of RGB (Red+Green+Blue) = 120+32+10=162 (21% of max value = 765). Red value is 120 (47.27% from 255 or 74.07% from 162); Green value is 32 (12.89% from 255 or 19.75% from 162); Blue value is 10 (4.30% from 255 or 6.17% from 162); Max value from RGB is 120 - color contains mainly: red. Hex color #78200A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78200A is #87DFF5. Grayscale: #373737. Windows color (decimal): -8904694 or 663672. OLE color: 663672.

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

Color convert

RGB1203210-
CMYK00.730.920.53
HSL12º84.62%25.49%-
HSV(B)12º91.67%47.06%-
XYZ8.325.050.82-
YUV55.8102.15173.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 74.07%
GREEN value IS 32 (12.89% from 255) = 19.75%
BLUE value IS 10 (4.30% from 255) = 6.17%
R=74.07%
G=19.75%
B=6.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120321000.730.920.531284.6225.49
Hex7820A0495C35c5519
Octal17040120111134651412531
Binary111100010000010100100100110111001101011100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78200A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78200A; }

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

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

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

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

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

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

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

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