#93170C

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

Shades of Falu Red #93170C

Tints of Falu Red #93170C

Color information

#93170C (or 0x93170C) is unknown color: approx Falu Red. HEX triplet: 93, 17 and 0C. RGB value is (147,23,12). Sum of RGB (Red+Green+Blue) = 147+23+12=182 (24% of max value = 765). Red value is 147 (57.81% from 255 or 80.77% from 182); Green value is 23 (9.38% from 255 or 12.64% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 147 - color contains mainly: red. Hex color #93170C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #93170C is #6CE8F3. Grayscale: #3A3A3A. Windows color (decimal): -7137524 or 792467. OLE color: 792467.

HSL color Cylindrical-coordinate representation of color #93170C: hue angle of 4.89º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #93170C is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB1472312-
CMYK00.840.920.42
HSL4.89º84.91%31.18%-
HSV(B)4.89º91.84%57.65%-
XYZ12.416.841.01-
YUV58.82101.58190.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 80.77%
GREEN value IS 23 (9.38% from 255) = 12.64%
BLUE value IS 12 (5.08% from 255) = 6.59%
R=80.77%
G=12.64%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147231200.840.920.424.8984.9131.18
Hex9317C0545C2A5551f
Octal2232714012413452512537
Binary10010011101111100010101001011100101010101101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93170C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93170C; }

 p { color: rgb(147,23,12); }

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

<style>
 a { background-color: #93170C; }

 a { background-color: rgb(147,23,12); }

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

<style>
 span { border-color: #93170C; }

 span { border-color: rgb(147,23,12); }

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