#731813

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

Shades of Falu Red #731813

Tints of Falu Red #731813

Color information

#731813 (or 0x731813) is unknown color: approx Falu Red. HEX triplet: 73, 18 and 13. RGB value is (115,24,19). Sum of RGB (Red+Green+Blue) = 115+24+19=158 (20% of max value = 765). Red value is 115 (45.31% from 255 or 72.78% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 19 (7.81% from 255 or 12.03% from 158); Max value from RGB is 115 - color contains mainly: red. Hex color #731813 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731813 is #8CE7EC. Grayscale: #323232. Windows color (decimal): -9234413 or 1251443. OLE color: 1251443.

HSL color Cylindrical-coordinate representation of color #731813: hue angle of 3.13º 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 #731813 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB1152419-
CMYK00.790.830.55
HSL3.13º71.64%26.27%-
HSV(B)3.13º83.48%45.1%-
XYZ7.514.351.06-
YUV50.64110.15173.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 72.78%
GREEN value IS 24 (9.77% from 255) = 15.19%
BLUE value IS 19 (7.81% from 255) = 12.03%
R=72.78%
G=15.19%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115241900.790.830.553.1371.6426.27
Hex73181304F53373481a
Octal1633023011712367311032
Binary1110011110001001101001111101001111011111100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731813; }

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

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

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

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

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

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

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

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