#73180A

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

Shades of Falu Red #73180A

Tints of Falu Red #73180A

Color information

#73180A (or 0x73180A) is unknown color: approx Falu Red. HEX triplet: 73, 18 and 0A. RGB value is (115,24,10). Sum of RGB (Red+Green+Blue) = 115+24+10=149 (19% of max value = 765). Red value is 115 (45.31% from 255 or 77.18% from 149); Green value is 24 (9.77% from 255 or 16.11% from 149); Blue value is 10 (4.30% from 255 or 6.71% from 149); Max value from RGB is 115 - color contains mainly: red. Hex color #73180A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73180A is #8CE7F5. Grayscale: #313131. Windows color (decimal): -9234422 or 661619. OLE color: 661619.

HSL color Cylindrical-coordinate representation of color #73180A: hue angle of 8º 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 #73180A is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB1152410-
CMYK00.790.910.55
HSL84%24.51%-
HSV(B)91.3%45.1%-
XYZ7.454.320.73-
YUV49.61105.65174.64-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 77.18%
GREEN value IS 24 (9.77% from 255) = 16.11%
BLUE value IS 10 (4.30% from 255) = 6.71%
R=77.18%
G=16.11%
B=6.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115241000.790.910.5588424.51
Hex7318A04F5B3785419
Octal16330120117133671012431
Binary11100111100010100100111110110111101111000101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73180A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73180A; }

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

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

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

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

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

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

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

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