#73140C

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

Shades of Falu Red #73140C

Tints of Falu Red #73140C

Color information

#73140C (or 0x73140C) is unknown color: approx Falu Red. HEX triplet: 73, 14 and 0C. RGB value is (115,20,12). Sum of RGB (Red+Green+Blue) = 115+20+12=147 (19% of max value = 765). Red value is 115 (45.31% from 255 or 78.23% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 12 (5.08% from 255 or 8.16% from 147); Max value from RGB is 115 - color contains mainly: red. Hex color #73140C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73140C is #8CEBF3. Grayscale: #2F2F2F. Windows color (decimal): -9235444 or 791667. OLE color: 791667.

HSL color Cylindrical-coordinate representation of color #73140C: hue angle of 4.66º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #73140C is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB1152012-
CMYK00.830.900.55
HSL4.66º81.1%24.9%-
HSV(B)4.66º89.57%45.1%-
XYZ7.394.170.76-
YUV47.49107.97176.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 78.23%
GREEN value IS 20 (8.20% from 255) = 13.61%
BLUE value IS 12 (5.08% from 255) = 8.16%
R=78.23%
G=13.61%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115201200.830.900.554.6681.124.9
Hex7314C0535A3755119
Octal1632414012313267512131
Binary1110011101001100010100111011010110111101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73140C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,20,12); }

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

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

 a { background-color: rgb(115,20,12); }

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

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

 span { border-color: rgb(115,20,12); }

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