#93160F

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

Shades of Falu Red #93160F

Tints of Falu Red #93160F

Color information

#93160F (or 0x93160F) is unknown color: approx Falu Red. HEX triplet: 93, 16 and 0F. RGB value is (147,22,15). Sum of RGB (Red+Green+Blue) = 147+22+15=184 (24% of max value = 765). Red value is 147 (57.81% from 255 or 79.89% from 184); Green value is 22 (8.98% from 255 or 11.96% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 147 - color contains mainly: red. Hex color #93160F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93160F is #6CE9F0. Grayscale: #3A3A3A. Windows color (decimal): -7137777 or 988819. OLE color: 988819.

HSL color Cylindrical-coordinate representation of color #93160F: hue angle of 3.18º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93160F is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB1472215-
CMYK00.850.900.42
HSL3.18º81.48%31.76%-
HSV(B)3.18º89.8%57.65%-
XYZ12.416.811.11-
YUV58.58103.41191.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 79.89%
GREEN value IS 22 (8.98% from 255) = 11.96%
BLUE value IS 15 (6.25% from 255) = 8.15%
R=79.89%
G=11.96%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147221500.850.900.423.1881.4831.76
Hex9316F0555A2A35120
Octal2232617012513252312140
Binary10010011101101111010101011011010101010111010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93160F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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