#731110

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

Shades of Falu Red #731110

Tints of Falu Red #731110

Color information

#731110 (or 0x731110) is unknown color: approx Falu Red. HEX triplet: 73, 11 and 10. RGB value is (115,17,16). Sum of RGB (Red+Green+Blue) = 115+17+16=148 (19% of max value = 765). Red value is 115 (45.31% from 255 or 77.70% from 148); Green value is 17 (7.03% from 255 or 11.49% from 148); Blue value is 16 (6.64% from 255 or 10.81% from 148); Max value from RGB is 115 - color contains mainly: red. Hex color #731110 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731110 is #8CEEEF. Grayscale: #2E2E2E. Windows color (decimal): -9236208 or 1053043. OLE color: 1053043.

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

Color convert

RGB1151716-
CMYK00.850.860.55
HSL0.61º75.57%25.69%-
HSV(B)0.61º86.09%45.1%-
XYZ7.364.080.89-
YUV46.19110.97177.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 77.70%
GREEN value IS 17 (7.03% from 255) = 11.49%
BLUE value IS 16 (6.64% from 255) = 10.81%
R=77.70%
G=11.49%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115171600.850.860.550.6175.5725.69
Hex731110055563714c1a
Octal1632120012512667111432
Binary111001110001100000101010110101101101111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731110; }

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

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

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

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

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

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

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

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