#73140D

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

Shades of Falu Red #73140D

Tints of Falu Red #73140D

Color information

#73140D (or 0x73140D) is unknown color: approx Falu Red. HEX triplet: 73, 14 and 0D. RGB value is (115,20,13). Sum of RGB (Red+Green+Blue) = 115+20+13=148 (19% of max value = 765). Red value is 115 (45.31% from 255 or 77.70% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 13 (5.47% from 255 or 8.78% from 148); Max value from RGB is 115 - color contains mainly: red. Hex color #73140D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73140D is #8CEBF2. Grayscale: #2F2F2F. Windows color (decimal): -9235443 or 857203. OLE color: 857203.

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

Color convert

RGB1152013-
CMYK00.830.890.55
HSL4.12º79.69%25.1%-
HSV(B)4.12º88.7%45.1%-
XYZ7.394.170.8-
YUV47.61108.47176.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 77.70%
GREEN value IS 20 (8.20% from 255) = 13.51%
BLUE value IS 13 (5.47% from 255) = 8.78%
R=77.70%
G=13.51%
B=8.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115201300.830.890.554.1279.6925.1
Hex7314D053593745019
Octal1632415012313167412031
Binary1110011101001101010100111011001110111100101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73140D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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