#73160F

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

Shades of Falu Red #73160F

Tints of Falu Red #73160F

Color information

#73160F (or 0x73160F) is unknown color: approx Falu Red. HEX triplet: 73, 16 and 0F. RGB value is (115,22,15). Sum of RGB (Red+Green+Blue) = 115+22+15=152 (20% of max value = 765). Red value is 115 (45.31% from 255 or 75.66% from 152); Green value is 22 (8.98% from 255 or 14.47% from 152); Blue value is 15 (6.25% from 255 or 9.87% from 152); Max value from RGB is 115 - color contains mainly: red. Hex color #73160F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73160F is #8CE9F0. Grayscale: #313131. Windows color (decimal): -9234929 or 988787. OLE color: 988787.

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

Color convert

RGB1152215-
CMYK00.810.870.55
HSL4.2º76.92%25.49%-
HSV(B)4.2º86.96%45.1%-
XYZ7.444.250.88-
YUV49.01108.81175.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 75.66%
GREEN value IS 22 (8.98% from 255) = 14.47%
BLUE value IS 15 (6.25% from 255) = 9.87%
R=75.66%
G=14.47%
B=9.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115221500.810.870.554.276.9225.49
Hex7316F051573744d19
Octal1632617012112767411531
Binary1110011101101111010100011010111110111100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73160F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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