#991111

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

Shades of Falu Red #991111

Tints of Falu Red #991111

Color information

#991111 (or 0x991111) is unknown color: approx Falu Red. HEX triplet: 99, 11 and 11. RGB value is (153,17,17). Sum of RGB (Red+Green+Blue) = 153+17+17=187 (24% of max value = 765). Red value is 153 (60.16% from 255 or 81.82% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 17 (7.03% from 255 or 9.09% from 187); Max value from RGB is 153 - color contains mainly: red. Hex color #991111 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991111 is #66EEEE. Grayscale: #393939. Windows color (decimal): -6745839 or 1118617. OLE color: 1118617.

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

Color convert

RGB1531717-
CMYK00.890.890.4
HSL80%33.33%-
HSV(B)88.89%60%-
XYZ13.447.211.21-
YUV57.66105.06196-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 81.82%
GREEN value IS 17 (7.03% from 255) = 9.09%
BLUE value IS 17 (7.03% from 255) = 9.09%
R=81.82%
G=9.09%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.89
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153171700.890.890.408033.33
Hex991111059592805021
Octal2312121013113150012041
Binary10011001100011000101011001101100110100001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991111; }

 p { color: rgb(153,17,17); }

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

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

 a { background-color: rgb(153,17,17); }

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

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

 span { border-color: rgb(153,17,17); }

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