#731901

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

Shades of Falu Red #731901

Tints of Falu Red #731901

Color information

#731901 (or 0x731901) is unknown color: approx Falu Red. HEX triplet: 73, 19 and 01. RGB value is (115,25,1). Sum of RGB (Red+Green+Blue) = 115+25+1=141 (18% of max value = 765). Red value is 115 (45.31% from 255 or 81.56% from 141); Green value is 25 (10.16% from 255 or 17.73% from 141); Blue value is 1 (0.78% from 255 or 0.71% from 141); Max value from RGB is 115 - color contains mainly: red. Hex color #731901 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731901 is #8CE6FE. Grayscale: #313131. Windows color (decimal): -9234175 or 72051. OLE color: 72051.

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

Color convert

RGB115251-
CMYK00.780.990.55
HSL12.63º98.28%22.75%-
HSV(B)12.63º99.13%45.1%-
XYZ7.424.340.48-
YUV49.17100.82174.95-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 81.56%
GREEN value IS 25 (10.16% from 255) = 17.73%
BLUE value IS 1 (0.78% from 255) = 0.71%
R=81.56%
G=17.73%
B=0.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11525100.780.990.5512.6398.2822.75
Hex7319104E6337d6217
Octal1633110116143671514227
Binary11100111100110100111011000111101111101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731901; }

 p { color: rgb(115,25,1); }

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

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

 a { background-color: rgb(115,25,1); }

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

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

 span { border-color: rgb(115,25,1); }

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