#731C06

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

Shades of Falu Red #731C06

Tints of Falu Red #731C06

Color information

#731C06 (or 0x731C06) is unknown color: approx Falu Red. HEX triplet: 73, 1C and 06. RGB value is (115,28,6). Sum of RGB (Red+Green+Blue) = 115+28+6=149 (19% of max value = 765). Red value is 115 (45.31% from 255 or 77.18% from 149); Green value is 28 (11.33% from 255 or 18.79% from 149); Blue value is 6 (2.73% from 255 or 4.03% from 149); Max value from RGB is 115 - color contains mainly: red. Hex color #731C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731C06 is #8CE3F9. Grayscale: #333333. Windows color (decimal): -9233402 or 400499. OLE color: 400499.

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

Color convert

RGB115286-
CMYK00.760.950.55
HSL12.11º90.08%23.73%-
HSV(B)12.11º94.78%45.1%-
XYZ7.524.490.64-
YUV51.5102.32173.29-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 77.18%
GREEN value IS 28 (11.33% from 255) = 18.79%
BLUE value IS 6 (2.73% from 255) = 4.03%
R=77.18%
G=18.79%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11528600.760.950.5512.1190.0823.73
Hex731C604C5F37c5a18
Octal1633460114137671413230
Binary1110011111001100100110010111111101111100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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