#731E0C

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

Shades of Falu Red #731E0C

Tints of Falu Red #731E0C

Color information

#731E0C (or 0x731E0C) is unknown color: approx Falu Red. HEX triplet: 73, 1E and 0C. RGB value is (115,30,12). Sum of RGB (Red+Green+Blue) = 115+30+12=157 (20% of max value = 765). Red value is 115 (45.31% from 255 or 73.25% from 157); Green value is 30 (12.11% from 255 or 19.11% from 157); Blue value is 12 (5.08% from 255 or 7.64% from 157); Max value from RGB is 115 - color contains mainly: red. Hex color #731E0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731E0C is #8CE1F3. Grayscale: #353535. Windows color (decimal): -9232884 or 794227. OLE color: 794227.

HSL color Cylindrical-coordinate representation of color #731E0C: hue angle of 10.49º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #731E0C is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB1153012-
CMYK00.740.900.55
HSL10.49º81.1%24.9%-
HSV(B)10.49º89.57%45.1%-
XYZ7.64.60.84-
YUV53.36104.66171.96-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 73.25%
GREEN value IS 30 (12.11% from 255) = 19.11%
BLUE value IS 12 (5.08% from 255) = 7.64%
R=73.25%
G=19.11%
B=7.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115301200.740.900.5510.4981.124.9
Hex731EC04A5A37a5119
Octal16336140112132671212131
Binary11100111111011000100101010110101101111010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,30,12); }

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

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

 a { background-color: rgb(115,30,12); }

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

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

 span { border-color: rgb(115,30,12); }

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