#731615

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

Shades of Falu Red #731615

Tints of Falu Red #731615

Color information

#731615 (or 0x731615) is unknown color: approx Falu Red. HEX triplet: 73, 16 and 15. RGB value is (115,22,21). Sum of RGB (Red+Green+Blue) = 115+22+21=158 (20% of max value = 765). Red value is 115 (45.31% from 255 or 72.78% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 21 (8.59% from 255 or 13.29% from 158); Max value from RGB is 115 - color contains mainly: red. Hex color #731615 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731615 is #8CE9EA. Grayscale: #313131. Windows color (decimal): -9234923 or 1382003. OLE color: 1382003.

HSL color Cylindrical-coordinate representation of color #731615: hue angle of 0.64º 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 #731615 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB1152221-
CMYK00.810.820.55
HSL0.64º69.12%26.67%-
HSV(B)0.64º81.74%45.1%-
XYZ7.494.271.14-
YUV49.69111.81174.58-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 72.78%
GREEN value IS 22 (8.98% from 255) = 13.92%
BLUE value IS 21 (8.59% from 255) = 13.29%
R=72.78%
G=13.92%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115222100.810.820.550.6469.1226.67
Hex73161505152371451b
Octal1632625012112267110533
Binary111001110110101010101000110100101101111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731615; }

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

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

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

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

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

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

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

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