#73170D

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

Shades of Falu Red #73170D

Tints of Falu Red #73170D

Color information

#73170D (or 0x73170D) is unknown color: approx Falu Red. HEX triplet: 73, 17 and 0D. RGB value is (115,23,13). Sum of RGB (Red+Green+Blue) = 115+23+13=151 (20% of max value = 765). Red value is 115 (45.31% from 255 or 76.16% from 151); Green value is 23 (9.38% from 255 or 15.23% from 151); Blue value is 13 (5.47% from 255 or 8.61% from 151); Max value from RGB is 115 - color contains mainly: red. Hex color #73170D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73170D is #8CE8F2. Grayscale: #313131. Windows color (decimal): -9234675 or 857971. OLE color: 857971.

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

Color convert

RGB1152313-
CMYK00.800.890.55
HSL5.88º79.69%25.1%-
HSV(B)5.88º88.7%45.1%-
XYZ7.454.290.82-
YUV49.37107.48174.81-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 76.16%
GREEN value IS 23 (9.38% from 255) = 15.23%
BLUE value IS 13 (5.47% from 255) = 8.61%
R=76.16%
G=15.23%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115231300.800.890.555.8879.6925.1
Hex7317D050593765019
Octal1632715012013167612031
Binary1110011101111101010100001011001110111110101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73170D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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