#731915

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

Shades of Falu Red #731915

Tints of Falu Red #731915

Color information

#731915 (or 0x731915) is unknown color: approx Falu Red. HEX triplet: 73, 19 and 15. RGB value is (115,25,21). Sum of RGB (Red+Green+Blue) = 115+25+21=161 (21% of max value = 765). Red value is 115 (45.31% from 255 or 71.43% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 21 (8.59% from 255 or 13.04% from 161); Max value from RGB is 115 - color contains mainly: red. Hex color #731915 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731915 is #8CE6EA. Grayscale: #333333. Windows color (decimal): -9234155 or 1382771. OLE color: 1382771.

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

Color convert

RGB1152521-
CMYK00.780.820.55
HSL2.55º69.12%26.67%-
HSV(B)2.55º81.74%45.1%-
XYZ7.554.391.16-
YUV51.45110.82173.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 71.43%
GREEN value IS 25 (10.16% from 255) = 15.53%
BLUE value IS 21 (8.59% from 255) = 13.04%
R=71.43%
G=15.53%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115252100.780.820.552.5569.1226.67
Hex73191504E52373451b
Octal1633125011612267310533
Binary1110011110011010101001110101001011011111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731915; }

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

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

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

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

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

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

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

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