#731F08

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

Shades of Falu Red #731F08

Tints of Falu Red #731F08

Color information

#731F08 (or 0x731F08) is unknown color: approx Falu Red. HEX triplet: 73, 1F and 08. RGB value is (115,31,8). Sum of RGB (Red+Green+Blue) = 115+31+8=154 (20% of max value = 765). Red value is 115 (45.31% from 255 or 74.68% from 154); Green value is 31 (12.5% from 255 or 20.13% from 154); Blue value is 8 (3.52% from 255 or 5.19% from 154); Max value from RGB is 115 - color contains mainly: red. Hex color #731F08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731F08 is #8CE0F7. Grayscale: #353535. Windows color (decimal): -9232632 or 532339. OLE color: 532339.

HSL color Cylindrical-coordinate representation of color #731F08: hue angle of 12.9º 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 #731F08 is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB115318-
CMYK00.730.930.55
HSL12.9º86.99%24.12%-
HSV(B)12.9º93.04%45.1%-
XYZ7.64.640.73-
YUV53.49102.33171.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 74.68%
GREEN value IS 31 (12.5% from 255) = 20.13%
BLUE value IS 8 (3.52% from 255) = 5.19%
R=74.68%
G=20.13%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11531800.730.930.5512.986.9924.12
Hex731F80495D37d5718
Octal16337100111135671512730
Binary11100111111110000100100110111011101111101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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