#73110F

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

Shades of Falu Red #73110F

Tints of Falu Red #73110F

Color information

#73110F (or 0x73110F) is unknown color: approx Falu Red. HEX triplet: 73, 11 and 0F. RGB value is (115,17,15). Sum of RGB (Red+Green+Blue) = 115+17+15=147 (19% of max value = 765). Red value is 115 (45.31% from 255 or 78.23% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 15 (6.25% from 255 or 10.20% from 147); Max value from RGB is 115 - color contains mainly: red. Hex color #73110F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73110F is #8CEEF0. Grayscale: #2E2E2E. Windows color (decimal): -9236209 or 987507. OLE color: 987507.

HSL color Cylindrical-coordinate representation of color #73110F: hue angle of 1.2º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #73110F is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB1151715-
CMYK00.850.870.55
HSL1.2º76.92%25.49%-
HSV(B)1.2º86.96%45.1%-
XYZ7.364.080.85-
YUV46.07110.47177.16-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 78.23%
GREEN value IS 17 (7.03% from 255) = 11.56%
BLUE value IS 15 (6.25% from 255) = 10.20%
R=78.23%
G=11.56%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115171500.850.870.551.276.9225.49
Hex7311F055573714d19
Octal1632117012512767111531
Binary11100111000111110101010110101111101111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73110F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73110F; }

 p { color: rgb(115,17,15); }

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

<style>
 a { background-color: #73110F; }

 a { background-color: rgb(115,17,15); }

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

<style>
 span { border-color: #73110F; }

 span { border-color: rgb(115,17,15); }

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