#731E08

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

Shades of Falu Red #731E08

Tints of Falu Red #731E08

Color information

#731E08 (or 0x731E08) is unknown color: approx Falu Red. HEX triplet: 73, 1E and 08. RGB value is (115,30,8). Sum of RGB (Red+Green+Blue) = 115+30+8=153 (20% of max value = 765). Red value is 115 (45.31% from 255 or 75.16% from 153); Green value is 30 (12.11% from 255 or 19.61% from 153); Blue value is 8 (3.52% from 255 or 5.23% from 153); Max value from RGB is 115 - color contains mainly: red. Hex color #731E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731E08 is #8CE1F7. Grayscale: #353535. Windows color (decimal): -9232888 or 532083. OLE color: 532083.

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

Color convert

RGB115308-
CMYK00.740.930.55
HSL12.34º86.99%24.12%-
HSV(B)12.34º93.04%45.1%-
XYZ7.584.590.72-
YUV52.91102.66172.29-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 75.16%
GREEN value IS 30 (12.11% from 255) = 19.61%
BLUE value IS 8 (3.52% from 255) = 5.23%
R=75.16%
G=19.61%
B=5.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11530800.740.930.5512.3486.9924.12
Hex731E804A5D37c5718
Octal16336100112135671412730
Binary11100111111010000100101010111011101111100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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