#931312

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

Shades of Falu Red #931312

Tints of Falu Red #931312

Color information

#931312 (or 0x931312) is unknown color: approx Falu Red. HEX triplet: 93, 13 and 12. RGB value is (147,19,18). Sum of RGB (Red+Green+Blue) = 147+19+18=184 (24% of max value = 765). Red value is 147 (57.81% from 255 or 79.89% from 184); Green value is 19 (7.81% from 255 or 10.33% from 184); Blue value is 18 (7.42% from 255 or 9.78% from 184); Max value from RGB is 147 - color contains mainly: red. Hex color #931312 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931312 is #6CECED. Grayscale: #393939. Windows color (decimal): -7138542 or 1184659. OLE color: 1184659.

HSL color Cylindrical-coordinate representation of color #931312: hue angle of 0.47º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #931312 is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB1471918-
CMYK00.870.880.42
HSL0.47º78.18%32.35%-
HSV(B)0.47º87.76%57.65%-
XYZ12.376.711.22-
YUV57.16105.91192.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 79.89%
GREEN value IS 19 (7.81% from 255) = 10.33%
BLUE value IS 18 (7.42% from 255) = 9.78%
R=79.89%
G=10.33%
B=9.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147191800.870.880.420.4778.1832.35
Hex931312057582A04e20
Octal2232322012713052011640
Binary10010011100111001001010111101100010101001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931312; }

 p { color: rgb(147,19,18); }

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

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

 a { background-color: rgb(147,19,18); }

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

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

 span { border-color: rgb(147,19,18); }

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