#731312

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

Shades of Falu Red #731312

Tints of Falu Red #731312

Color information

#731312 (or 0x731312) is unknown color: approx Falu Red. HEX triplet: 73, 13 and 12. RGB value is (115,19,18). Sum of RGB (Red+Green+Blue) = 115+19+18=152 (20% of max value = 765). Red value is 115 (45.31% from 255 or 75.66% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 115 - color contains mainly: red. Hex color #731312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731312 is #8CECED. Grayscale: #2F2F2F. Windows color (decimal): -9235694 or 1184627. OLE color: 1184627.

HSL color Cylindrical-coordinate representation of color #731312: hue angle of 0.62º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #731312 is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB1151918-
CMYK00.830.840.55
HSL0.62º72.93%26.08%-
HSV(B)0.62º84.35%45.1%-
XYZ7.414.150.98-
YUV47.59111.3176.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 75.66%
GREEN value IS 19 (7.81% from 255) = 12.5%
BLUE value IS 18 (7.42% from 255) = 11.84%
R=75.66%
G=12.5%
B=11.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115191800.830.840.550.6272.9326.08
Hex73131205354371491a
Octal1632322012312467111132
Binary111001110011100100101001110101001101111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731312; }

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

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

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

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

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

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

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

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