#730F0E

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

Shades of Falu Red #730F0E

Tints of Falu Red #730F0E

Color information

#730F0E (or 0x730F0E) is unknown color: approx Falu Red. HEX triplet: 73, 0F and 0E. RGB value is (115,15,14). Sum of RGB (Red+Green+Blue) = 115+15+14=144 (19% of max value = 765). Red value is 115 (45.31% from 255 or 79.86% from 144); Green value is 15 (6.25% from 255 or 10.42% from 144); Blue value is 14 (5.86% from 255 or 9.72% from 144); Max value from RGB is 115 - color contains mainly: red. Hex color #730F0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730F0E is #8CF0F1. Grayscale: #2C2C2C. Windows color (decimal): -9236722 or 921459. OLE color: 921459.

HSL color Cylindrical-coordinate representation of color #730F0E: hue angle of 0.59º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #730F0E is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB1151514-
CMYK00.870.880.55
HSL0.59º78.29%25.29%-
HSV(B)0.59º87.83%45.1%-
XYZ7.324.020.81-
YUV44.79110.63178.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 79.86%
GREEN value IS 15 (6.25% from 255) = 10.42%
BLUE value IS 14 (5.86% from 255) = 9.72%
R=79.86%
G=10.42%
B=9.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115151400.870.880.550.5978.2925.29
Hex73FE057583714e19
Octal1631716012713067111631
Binary1110011111111100101011110110001101111100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730F0E; }

 p { color: rgb(115,15,14); }

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

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

 a { background-color: rgb(115,15,14); }

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

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

 span { border-color: rgb(115,15,14); }

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