#731310

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

Shades of Falu Red #731310

Tints of Falu Red #731310

Color information

#731310 (or 0x731310) is unknown color: approx Falu Red. HEX triplet: 73, 13 and 10. RGB value is (115,19,16). Sum of RGB (Red+Green+Blue) = 115+19+16=150 (19% of max value = 765). Red value is 115 (45.31% from 255 or 76.67% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 16 (6.64% from 255 or 10.67% from 150); Max value from RGB is 115 - color contains mainly: red. Hex color #731310 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731310 is #8CECEF. Grayscale: #2F2F2F. Windows color (decimal): -9235696 or 1053555. OLE color: 1053555.

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

Color convert

RGB1151916-
CMYK00.830.860.55
HSL1.82º75.57%25.69%-
HSV(B)1.82º86.09%45.1%-
XYZ7.44.150.9-
YUV47.36110.3176.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 76.67%
GREEN value IS 19 (7.81% from 255) = 12.67%
BLUE value IS 16 (6.64% from 255) = 10.67%
R=76.67%
G=12.67%
B=10.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115191600.830.860.551.8275.5725.69
Hex731310053563724c1a
Octal1632320012312667211432
Binary1110011100111000001010011101011011011110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731310; }

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

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

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

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

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

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

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

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