#731807

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

Shades of Falu Red #731807

Tints of Falu Red #731807

Color information

#731807 (or 0x731807) is unknown color: approx Falu Red. HEX triplet: 73, 18 and 07. RGB value is (115,24,7). Sum of RGB (Red+Green+Blue) = 115+24+7=146 (19% of max value = 765). Red value is 115 (45.31% from 255 or 78.77% from 146); Green value is 24 (9.77% from 255 or 16.44% from 146); Blue value is 7 (3.12% from 255 or 4.79% from 146); Max value from RGB is 115 - color contains mainly: red. Hex color #731807 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731807 is #8CE7F8. Grayscale: #313131. Windows color (decimal): -9234425 or 465011. OLE color: 465011.

HSL color Cylindrical-coordinate representation of color #731807: hue angle of 9.44º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #731807 is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB115247-
CMYK00.790.940.55
HSL9.44º88.52%23.92%-
HSV(B)9.44º93.91%45.1%-
XYZ7.444.310.64-
YUV49.27104.15174.88-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 78.77%
GREEN value IS 24 (9.77% from 255) = 16.44%
BLUE value IS 7 (3.12% from 255) = 4.79%
R=78.77%
G=16.44%
B=4.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11524700.790.940.559.4488.5223.92
Hex7318704F5E3795918
Octal1633070117136671113130
Binary1110011110001110100111110111101101111001101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731807; }

 p { color: rgb(115,24,7); }

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

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

 a { background-color: rgb(115,24,7); }

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

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

 span { border-color: rgb(115,24,7); }

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