#731608

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

Shades of Falu Red #731608

Tints of Falu Red #731608

Color information

#731608 (or 0x731608) is unknown color: approx Falu Red. HEX triplet: 73, 16 and 08. RGB value is (115,22,8). Sum of RGB (Red+Green+Blue) = 115+22+8=145 (19% of max value = 765). Red value is 115 (45.31% from 255 or 79.31% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 8 (3.52% from 255 or 5.52% from 145); Max value from RGB is 115 - color contains mainly: red. Hex color #731608 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731608 is #8CE9F7. Grayscale: #303030. Windows color (decimal): -9234936 or 530035. OLE color: 530035.

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

Color convert

RGB115228-
CMYK00.810.930.55
HSL7.85º86.99%24.12%-
HSV(B)7.85º93.04%45.1%-
XYZ7.44.240.66-
YUV48.21105.31175.64-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 79.31%
GREEN value IS 22 (8.98% from 255) = 15.17%
BLUE value IS 8 (3.52% from 255) = 5.52%
R=79.31%
G=15.17%
B=5.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11522800.810.930.557.8586.9924.12
Hex731680515D3785718
Octal16326100121135671012730
Binary11100111011010000101000110111011101111000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731608; }

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

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

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

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

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

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

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

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