#991110

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

Shades of Falu Red #991110

Tints of Falu Red #991110

Color information

#991110 (or 0x991110) is unknown color: approx Falu Red. HEX triplet: 99, 11 and 10. RGB value is (153,17,16). Sum of RGB (Red+Green+Blue) = 153+17+16=186 (24% of max value = 765). Red value is 153 (60.16% from 255 or 82.26% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 16 (6.64% from 255 or 8.60% from 186); Max value from RGB is 153 - color contains mainly: red. Hex color #991110 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991110 is #66EEEF. Grayscale: #393939. Windows color (decimal): -6745840 or 1053081. OLE color: 1053081.

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

Color convert

RGB1531716-
CMYK00.890.900.4
HSL0.44º81.07%33.14%-
HSV(B)0.44º89.54%60%-
XYZ13.437.211.17-
YUV57.55104.56196.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 82.26%
GREEN value IS 17 (7.03% from 255) = 9.14%
BLUE value IS 16 (6.64% from 255) = 8.60%
R=82.26%
G=9.14%
B=8.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.90
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153171600.890.900.40.4481.0733.14
Hex9911100595A2805121
Octal2312120013113250012141
Binary10011001100011000001011001101101010100001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991110; }

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

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

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

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

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

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

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

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