#731A01

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

Shades of Falu Red #731A01

Tints of Falu Red #731A01

Color information

#731A01 (or 0x731A01) is unknown color: approx Falu Red. HEX triplet: 73, 1A and 01. RGB value is (115,26,1). Sum of RGB (Red+Green+Blue) = 115+26+1=142 (18% of max value = 765). Red value is 115 (45.31% from 255 or 80.99% from 142); Green value is 26 (10.55% from 255 or 18.31% from 142); Blue value is 1 (0.78% from 255 or 0.70% from 142); Max value from RGB is 115 - color contains mainly: red. Hex color #731A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731A01 is #8CE5FE. Grayscale: #313131. Windows color (decimal): -9233919 or 72307. OLE color: 72307.

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

Color convert

RGB115261-
CMYK00.770.990.55
HSL13.16º98.28%22.75%-
HSV(B)13.16º99.13%45.1%-
XYZ7.454.390.48-
YUV49.76100.49174.53-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 80.99%
GREEN value IS 26 (10.55% from 255) = 18.31%
BLUE value IS 1 (0.78% from 255) = 0.70%
R=80.99%
G=18.31%
B=0.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11526100.770.990.5513.1698.2822.75
Hex731A104D6337d6217
Octal1633210115143671514227
Binary11100111101010100110111000111101111101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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