#73110E

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

Shades of Falu Red #73110E

Tints of Falu Red #73110E

Color information

#73110E (or 0x73110E) is unknown color: approx Falu Red. HEX triplet: 73, 11 and 0E. RGB value is (115,17,14). Sum of RGB (Red+Green+Blue) = 115+17+14=146 (19% of max value = 765). Red value is 115 (45.31% from 255 or 78.77% from 146); Green value is 17 (7.03% from 255 or 11.64% from 146); Blue value is 14 (5.86% from 255 or 9.59% from 146); Max value from RGB is 115 - color contains mainly: red. Hex color #73110E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73110E is #8CEEF1. Grayscale: #2E2E2E. Windows color (decimal): -9236210 or 921971. OLE color: 921971.

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

Color convert

RGB1151714-
CMYK00.850.880.55
HSL1.78º78.29%25.29%-
HSV(B)1.78º87.83%45.1%-
XYZ7.354.080.82-
YUV45.96109.97177.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 78.77%
GREEN value IS 17 (7.03% from 255) = 11.64%
BLUE value IS 14 (5.86% from 255) = 9.59%
R=78.77%
G=11.64%
B=9.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115171400.850.880.551.7878.2925.29
Hex7311E055583724e19
Octal1632116012513067211631
Binary111001110001111001010101101100011011110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73110E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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