#931010

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

Shades of Falu Red #931010

Tints of Falu Red #931010

Color information

#931010 (or 0x931010) is unknown color: approx Falu Red. HEX triplet: 93, 10 and 10. RGB value is (147,16,16). Sum of RGB (Red+Green+Blue) = 147+16+16=179 (23% of max value = 765). Red value is 147 (57.81% from 255 or 82.12% from 179); Green value is 16 (6.64% from 255 or 8.94% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 147 - color contains mainly: red. Hex color #931010 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931010 is #6CEFEF. Grayscale: #373737. Windows color (decimal): -7139312 or 1052819. OLE color: 1052819.

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

Color convert

RGB1471616-
CMYK00.890.890.42
HSL80.37%31.96%-
HSV(B)89.12%57.65%-
XYZ12.316.611.12-
YUV55.17105.9193.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 82.12%
GREEN value IS 16 (6.64% from 255) = 8.94%
BLUE value IS 16 (6.64% from 255) = 8.94%
R=82.12%
G=8.94%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147161600.890.890.42080.3731.96
Hex931010059592A05020
Octal2232020013113152012040
Binary10010011100001000001011001101100110101001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931010; }

 p { color: rgb(147,16,16); }

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

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

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

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

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

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

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