#78211E

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

Shades of Falu Red #78211E

Tints of Falu Red #78211E

Color information

#78211E (or 0x78211E) is unknown color: approx Falu Red. HEX triplet: 78, 21 and 1E. RGB value is (120,33,30). Sum of RGB (Red+Green+Blue) = 120+33+30=183 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.57% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 30 (12.11% from 255 or 16.39% from 183); Max value from RGB is 120 - color contains mainly: red. Hex color #78211E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78211E is #87DEE1. Grayscale: #3A3A3A. Windows color (decimal): -8904418 or 1974648. OLE color: 1974648.

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

Color convert

RGB1203330-
CMYK00.720.750.53
HSL60%29.41%-
HSV(B)75%47.06%-
XYZ8.525.171.78-
YUV58.67111.82171.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 65.57%
GREEN value IS 33 (13.28% from 255) = 18.03%
BLUE value IS 30 (12.11% from 255) = 16.39%
R=65.57%
G=18.03%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120333000.720.750.5326029.41
Hex78211E0484B3523c1d
Octal170413601101136527435
Binary1111000100001111100100100010010111101011011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78211E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78211E; }

 p { color: rgb(120,33,30); }

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

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

 a { background-color: rgb(120,33,30); }

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

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

 span { border-color: rgb(120,33,30); }

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