#78221B

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

Shades of Falu Red #78221B

Tints of Falu Red #78221B

Color information

#78221B (or 0x78221B) is unknown color: approx Falu Red. HEX triplet: 78, 22 and 1B. RGB value is (120,34,27). Sum of RGB (Red+Green+Blue) = 120+34+27=181 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.30% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 27 (10.94% from 255 or 14.92% from 181); Max value from RGB is 120 - color contains mainly: red. Hex color #78221B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78221B is #87DDE4. Grayscale: #3B3B3B. Windows color (decimal): -8904165 or 1778296. OLE color: 1778296.

HSL color Cylindrical-coordinate representation of color #78221B: hue angle of 4.52º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #78221B is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB1203427-
CMYK00.720.780.53
HSL4.52º63.27%28.82%-
HSV(B)4.52º77.5%47.06%-
XYZ8.525.221.59-
YUV58.92109.99171.57-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 66.30%
GREEN value IS 34 (13.67% from 255) = 18.78%
BLUE value IS 27 (10.94% from 255) = 14.92%
R=66.30%
G=18.78%
B=14.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120342700.720.780.534.5263.2728.82
Hex78221B0484E3553f1d
Octal170423301101166557735
Binary11110001000101101101001000100111011010110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78221B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78221B; }

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

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

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

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

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

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

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

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