#731810

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

Shades of Falu Red #731810

Tints of Falu Red #731810

Color information

#731810 (or 0x731810) is unknown color: approx Falu Red. HEX triplet: 73, 18 and 10. RGB value is (115,24,16). Sum of RGB (Red+Green+Blue) = 115+24+16=155 (20% of max value = 765). Red value is 115 (45.31% from 255 or 74.19% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 16 (6.64% from 255 or 10.32% from 155); Max value from RGB is 115 - color contains mainly: red. Hex color #731810 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731810 is #8CE7EF. Grayscale: #323232. Windows color (decimal): -9234416 or 1054835. OLE color: 1054835.

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

Color convert

RGB1152416-
CMYK00.790.860.55
HSL4.85º75.57%25.69%-
HSV(B)4.85º86.09%45.1%-
XYZ7.494.340.93-
YUV50.3108.65174.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 74.19%
GREEN value IS 24 (9.77% from 255) = 15.48%
BLUE value IS 16 (6.64% from 255) = 10.32%
R=74.19%
G=15.48%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115241600.790.860.554.8575.5725.69
Hex73181004F563754c1a
Octal1633020011712667511432
Binary11100111100010000010011111010110110111101100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731810; }

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

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

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

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

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

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

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

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