#730F0A

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

Shades of Falu Red #730F0A

Tints of Falu Red #730F0A

Color information

#730F0A (or 0x730F0A) is unknown color: approx Falu Red. HEX triplet: 73, 0F and 0A. RGB value is (115,15,10). Sum of RGB (Red+Green+Blue) = 115+15+10=140 (18% of max value = 765). Red value is 115 (45.31% from 255 or 82.14% from 140); Green value is 15 (6.25% from 255 or 10.71% from 140); Blue value is 10 (4.30% from 255 or 7.14% from 140); Max value from RGB is 115 - color contains mainly: red. Hex color #730F0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730F0A is #8CF0F5. Grayscale: #2C2C2C. Windows color (decimal): -9236726 or 659315. OLE color: 659315.

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

Color convert

RGB1151510-
CMYK00.870.910.55
HSL2.86º84%24.51%-
HSV(B)2.86º91.3%45.1%-
XYZ7.34.010.68-
YUV44.33108.63178.41-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 82.14%
GREEN value IS 15 (6.25% from 255) = 10.71%
BLUE value IS 10 (4.30% from 255) = 7.14%
R=82.14%
G=10.71%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115151000.870.910.552.868424.51
Hex73FA0575B3735419
Octal1631712012713367312431
Binary11100111111101001010111101101111011111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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