#78230C

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

Shades of Falu Red #78230C

Tints of Falu Red #78230C

Color information

#78230C (or 0x78230C) is unknown color: approx Falu Red. HEX triplet: 78, 23 and 0C. RGB value is (120,35,12). Sum of RGB (Red+Green+Blue) = 120+35+12=167 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.86% from 167); Green value is 35 (14.06% from 255 or 20.96% from 167); Blue value is 12 (5.08% from 255 or 7.19% from 167); Max value from RGB is 120 - color contains mainly: red. Hex color #78230C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78230C is #87DCF3. Grayscale: #393939. Windows color (decimal): -8903924 or 795512. OLE color: 795512.

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

Color convert

RGB1203512-
CMYK00.710.900.53
HSL12.78º81.82%25.88%-
HSV(B)12.78º90%47.06%-
XYZ8.415.220.91-
YUV57.79102.16172.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 71.86%
GREEN value IS 35 (14.06% from 255) = 20.96%
BLUE value IS 12 (5.08% from 255) = 7.19%
R=71.86%
G=20.96%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120351200.710.900.5312.7881.8225.88
Hex7823C0475A35d521a
Octal17043140107132651512232
Binary111100010001111000100011110110101101011101101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78230C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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