#731703

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

Shades of Falu Red #731703

Tints of Falu Red #731703

Color information

#731703 (or 0x731703) is unknown color: approx Falu Red. HEX triplet: 73, 17 and 03. RGB value is (115,23,3). Sum of RGB (Red+Green+Blue) = 115+23+3=141 (18% of max value = 765). Red value is 115 (45.31% from 255 or 81.56% from 141); Green value is 23 (9.38% from 255 or 16.31% from 141); Blue value is 3 (1.56% from 255 or 2.13% from 141); Max value from RGB is 115 - color contains mainly: red. Hex color #731703 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731703 is #8CE8FC. Grayscale: #303030. Windows color (decimal): -9234685 or 202611. OLE color: 202611.

HSL color Cylindrical-coordinate representation of color #731703: hue angle of 10.71º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #731703 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB115233-
CMYK00.800.970.55
HSL10.71º94.92%23.14%-
HSV(B)10.71º97.39%45.1%-
XYZ7.394.260.52-
YUV48.23102.48175.63-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 81.56%
GREEN value IS 23 (9.38% from 255) = 16.31%
BLUE value IS 3 (1.56% from 255) = 2.13%
R=81.56%
G=16.31%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11523300.800.970.5510.7194.9223.14
Hex731730506137b5f17
Octal1632730120141671313727
Binary111001110111110101000011000011101111011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731703; }

 p { color: rgb(115,23,3); }

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

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

 a { background-color: rgb(115,23,3); }

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

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

 span { border-color: rgb(115,23,3); }

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