#991210

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

Shades of Falu Red #991210

Tints of Falu Red #991210

Color information

#991210 (or 0x991210) is unknown color: approx Falu Red. HEX triplet: 99, 12 and 10. RGB value is (153,18,16). Sum of RGB (Red+Green+Blue) = 153+18+16=187 (24% of max value = 765). Red value is 153 (60.16% from 255 or 81.82% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 16 (6.64% from 255 or 8.56% from 187); Max value from RGB is 153 - color contains mainly: red. Hex color #991210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991210 is #66EDEF. Grayscale: #3A3A3A. Windows color (decimal): -6745584 or 1053337. OLE color: 1053337.

HSL color Cylindrical-coordinate representation of color #991210: hue angle of 0.88º 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 #991210 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB1531816-
CMYK00.880.900.4
HSL0.88º81.07%33.14%-
HSV(B)0.88º89.54%60%-
XYZ13.457.241.18-
YUV58.14104.23195.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 81.82%
GREEN value IS 18 (7.42% from 255) = 9.63%
BLUE value IS 16 (6.64% from 255) = 8.56%
R=81.82%
G=9.63%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.90
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153181600.880.900.40.8881.0733.14
Hex9912100585A2815121
Octal2312220013013250112141
Binary10011001100101000001011000101101010100011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991210; }

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

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

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

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

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

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

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

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