#78230E

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

Shades of Falu Red #78230E

Tints of Falu Red #78230E

Color information

#78230E (or 0x78230E) is unknown color: approx Falu Red. HEX triplet: 78, 23 and 0E. RGB value is (120,35,14). Sum of RGB (Red+Green+Blue) = 120+35+14=169 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.01% from 169); Green value is 35 (14.06% from 255 or 20.71% from 169); Blue value is 14 (5.86% from 255 or 8.28% from 169); Max value from RGB is 120 - color contains mainly: red. Hex color #78230E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78230E is #87DCF1. Grayscale: #3A3A3A. Windows color (decimal): -8903922 or 926584. OLE color: 926584.

HSL color Cylindrical-coordinate representation of color #78230E: hue angle of 11.89º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #78230E is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB1203514-
CMYK00.710.880.53
HSL11.89º79.1%26.27%-
HSV(B)11.89º88.33%47.06%-
XYZ8.435.230.98-
YUV58.02103.16172.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 71.01%
GREEN value IS 35 (14.06% from 255) = 20.71%
BLUE value IS 14 (5.86% from 255) = 8.28%
R=71.01%
G=20.71%
B=8.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120351400.710.880.5311.8979.126.27
Hex7823E0475835c4f1a
Octal17043160107130651411732
Binary111100010001111100100011110110001101011100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78230E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,35,14); }

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

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

 a { background-color: rgb(120,35,14); }

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

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

 span { border-color: rgb(120,35,14); }

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