#73180F

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

Shades of Falu Red #73180F

Tints of Falu Red #73180F

Color information

#73180F (or 0x73180F) is unknown color: approx Falu Red. HEX triplet: 73, 18 and 0F. RGB value is (115,24,15). Sum of RGB (Red+Green+Blue) = 115+24+15=154 (20% of max value = 765). Red value is 115 (45.31% from 255 or 74.68% from 154); Green value is 24 (9.77% from 255 or 15.58% from 154); Blue value is 15 (6.25% from 255 or 9.74% from 154); Max value from RGB is 115 - color contains mainly: red. Hex color #73180F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73180F is #8CE7F0. Grayscale: #323232. Windows color (decimal): -9234417 or 989299. OLE color: 989299.

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

Color convert

RGB1152415-
CMYK00.790.870.55
HSL5.4º76.92%25.49%-
HSV(B)5.4º86.96%45.1%-
XYZ7.484.330.89-
YUV50.18108.15174.23-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 74.68%
GREEN value IS 24 (9.77% from 255) = 15.58%
BLUE value IS 15 (6.25% from 255) = 9.74%
R=74.68%
G=15.58%
B=9.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115241500.790.870.555.476.9225.49
Hex7318F04F573754d19
Octal1633017011712767511531
Binary1110011110001111010011111010111110111101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73180F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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