#731C19

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

Shades of Falu Red #731C19

Tints of Falu Red #731C19

Color information

#731C19 (or 0x731C19) is unknown color: approx Falu Red. HEX triplet: 73, 1C and 19. RGB value is (115,28,25). Sum of RGB (Red+Green+Blue) = 115+28+25=168 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.45% from 168); Green value is 28 (11.33% from 255 or 16.67% from 168); Blue value is 25 (10.16% from 255 or 14.88% from 168); Max value from RGB is 115 - color contains mainly: red. Hex color #731C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731C19 is #8CE3E6. Grayscale: #353535. Windows color (decimal): -9233383 or 1645683. OLE color: 1645683.

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

Color convert

RGB1152825-
CMYK00.760.780.55
HSL64.29%27.45%-
HSV(B)78.26%45.1%-
XYZ7.664.551.39-
YUV53.67111.82171.74-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 68.45%
GREEN value IS 28 (11.33% from 255) = 16.67%
BLUE value IS 25 (10.16% from 255) = 14.88%
R=68.45%
G=16.67%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115282500.760.780.55264.2927.45
Hex731C1904C4E372401b
Octal1633431011411667210033
Binary1110011111001100101001100100111011011110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731C19; }

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

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

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

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

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

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

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

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