#731C08

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

Shades of Falu Red #731C08

Tints of Falu Red #731C08

Color information

#731C08 (or 0x731C08) is unknown color: approx Falu Red. HEX triplet: 73, 1C and 08. RGB value is (115,28,8). Sum of RGB (Red+Green+Blue) = 115+28+8=151 (20% of max value = 765). Red value is 115 (45.31% from 255 or 76.16% from 151); Green value is 28 (11.33% from 255 or 18.54% from 151); Blue value is 8 (3.52% from 255 or 5.30% from 151); Max value from RGB is 115 - color contains mainly: red. Hex color #731C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731C08 is #8CE3F7. Grayscale: #333333. Windows color (decimal): -9233400 or 531571. OLE color: 531571.

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

Color convert

RGB115288-
CMYK00.760.930.55
HSL11.21º86.99%24.12%-
HSV(B)11.21º93.04%45.1%-
XYZ7.534.490.7-
YUV51.73103.32173.13-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 76.16%
GREEN value IS 28 (11.33% from 255) = 18.54%
BLUE value IS 8 (3.52% from 255) = 5.30%
R=76.16%
G=18.54%
B=5.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11528800.760.930.5511.2186.9924.12
Hex731C804C5D37b5718
Octal16334100114135671312730
Binary11100111110010000100110010111011101111011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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