#731910

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

Shades of Falu Red #731910

Tints of Falu Red #731910

Color information

#731910 (or 0x731910) is unknown color: approx Falu Red. HEX triplet: 73, 19 and 10. RGB value is (115,25,16). Sum of RGB (Red+Green+Blue) = 115+25+16=156 (20% of max value = 765). Red value is 115 (45.31% from 255 or 73.72% from 156); Green value is 25 (10.16% from 255 or 16.03% from 156); Blue value is 16 (6.64% from 255 or 10.26% from 156); Max value from RGB is 115 - color contains mainly: red. Hex color #731910 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731910 is #8CE6EF. Grayscale: #333333. Windows color (decimal): -9234160 or 1055091. OLE color: 1055091.

HSL color Cylindrical-coordinate representation of color #731910: hue angle of 5.45º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #731910 is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB1152516-
CMYK00.780.860.55
HSL5.45º75.57%25.69%-
HSV(B)5.45º86.09%45.1%-
XYZ7.514.380.94-
YUV50.88108.32173.73-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 73.72%
GREEN value IS 25 (10.16% from 255) = 16.03%
BLUE value IS 16 (6.64% from 255) = 10.26%
R=73.72%
G=16.03%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115251600.780.860.555.4575.5725.69
Hex73191004E563754c1a
Octal1633120011612667511432
Binary11100111100110000010011101010110110111101100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731910; }

 p { color: rgb(115,25,16); }

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

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

 a { background-color: rgb(115,25,16); }

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

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

 span { border-color: rgb(115,25,16); }

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