#73130D

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

Shades of Falu Red #73130D

Tints of Falu Red #73130D

Color information

#73130D (or 0x73130D) is unknown color: approx Falu Red. HEX triplet: 73, 13 and 0D. RGB value is (115,19,13). Sum of RGB (Red+Green+Blue) = 115+19+13=147 (19% of max value = 765). Red value is 115 (45.31% from 255 or 78.23% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 13 (5.47% from 255 or 8.84% from 147); Max value from RGB is 115 - color contains mainly: red. Hex color #73130D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73130D is #8CECF2. Grayscale: #2F2F2F. Windows color (decimal): -9235699 or 856947. OLE color: 856947.

HSL color Cylindrical-coordinate representation of color #73130D: hue angle of 3.53º 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 #73130D is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB1151913-
CMYK00.830.890.55
HSL3.53º79.69%25.1%-
HSV(B)3.53º88.7%45.1%-
XYZ7.384.140.79-
YUV47.02108.8176.49-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 78.23%
GREEN value IS 19 (7.81% from 255) = 12.93%
BLUE value IS 13 (5.47% from 255) = 8.84%
R=78.23%
G=12.93%
B=8.84%

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
Decimal115191300.830.890.553.5379.6925.1
Hex7313D053593745019
Octal1632315012313167412031
Binary1110011100111101010100111011001110111100101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73130D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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