#731A0A

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

Shades of Falu Red #731A0A

Tints of Falu Red #731A0A

Color information

#731A0A (or 0x731A0A) is unknown color: approx Falu Red. HEX triplet: 73, 1A and 0A. RGB value is (115,26,10). Sum of RGB (Red+Green+Blue) = 115+26+10=151 (20% of max value = 765). Red value is 115 (45.31% from 255 or 76.16% from 151); Green value is 26 (10.55% from 255 or 17.22% from 151); Blue value is 10 (4.30% from 255 or 6.62% from 151); Max value from RGB is 115 - color contains mainly: red. Hex color #731A0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731A0A is #8CE5F5. Grayscale: #323232. Windows color (decimal): -9233910 or 662131. OLE color: 662131.

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

Color convert

RGB1152610-
CMYK00.770.910.55
HSL9.14º84%24.51%-
HSV(B)9.14º91.3%45.1%-
XYZ7.494.410.74-
YUV50.79104.99173.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 76.16%
GREEN value IS 26 (10.55% from 255) = 17.22%
BLUE value IS 10 (4.30% from 255) = 6.62%
R=76.16%
G=17.22%
B=6.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115261000.770.910.559.148424.51
Hex731AA04D5B3795419
Octal16332120115133671112431
Binary11100111101010100100110110110111101111001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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