#73190F

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

Shades of Falu Red #73190F

Tints of Falu Red #73190F

Color information

#73190F (or 0x73190F) is unknown color: approx Falu Red. HEX triplet: 73, 19 and 0F. RGB value is (115,25,15). Sum of RGB (Red+Green+Blue) = 115+25+15=155 (20% of max value = 765). Red value is 115 (45.31% from 255 or 74.19% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 115 - color contains mainly: red. Hex color #73190F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73190F is #8CE6F0. Grayscale: #323232. Windows color (decimal): -9234161 or 989555. OLE color: 989555.

HSL color Cylindrical-coordinate representation of color #73190F: hue angle of 6º 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 #73190F is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB1152515-
CMYK00.780.870.55
HSL76.92%25.49%-
HSV(B)86.96%45.1%-
XYZ7.54.370.9-
YUV50.77107.82173.81-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 74.19%
GREEN value IS 25 (10.16% from 255) = 16.13%
BLUE value IS 15 (6.25% from 255) = 9.68%
R=74.19%
G=16.13%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115251500.780.870.55676.9225.49
Hex7319F04E573764d19
Octal1633117011612767611531
Binary1110011110011111010011101010111110111110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73190F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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