#731B13

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

Shades of Falu Red #731B13

Tints of Falu Red #731B13

Color information

#731B13 (or 0x731B13) is unknown color: approx Falu Red. HEX triplet: 73, 1B and 13. RGB value is (115,27,19). Sum of RGB (Red+Green+Blue) = 115+27+19=161 (21% of max value = 765). Red value is 115 (45.31% from 255 or 71.43% from 161); Green value is 27 (10.94% from 255 or 16.77% from 161); Blue value is 19 (7.81% from 255 or 11.80% from 161); Max value from RGB is 115 - color contains mainly: red. Hex color #731B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731B13 is #8CE4EC. Grayscale: #343434. Windows color (decimal): -9233645 or 1252211. OLE color: 1252211.

HSL color Cylindrical-coordinate representation of color #731B13: hue angle of 5º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #731B13 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB1152719-
CMYK00.770.830.55
HSL71.64%26.27%-
HSV(B)83.48%45.1%-
XYZ7.584.481.08-
YUV52.4109.15172.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 71.43%
GREEN value IS 27 (10.94% from 255) = 16.77%
BLUE value IS 19 (7.81% from 255) = 11.80%
R=71.43%
G=16.77%
B=11.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115271900.770.830.55571.6426.27
Hex731B1304D53375481a
Octal1633323011512367511032
Binary11100111101110011010011011010011110111101100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,27,19); }

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

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

 a { background-color: rgb(115,27,19); }

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

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

 span { border-color: rgb(115,27,19); }

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