#991310

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

Shades of Falu Red #991310

Tints of Falu Red #991310

Color information

#991310 (or 0x991310) is unknown color: approx Falu Red. HEX triplet: 99, 13 and 10. RGB value is (153,19,16). Sum of RGB (Red+Green+Blue) = 153+19+16=188 (24% of max value = 765). Red value is 153 (60.16% from 255 or 81.38% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 16 (6.64% from 255 or 8.51% from 188); Max value from RGB is 153 - color contains mainly: red. Hex color #991310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991310 is #66ECEF. Grayscale: #3A3A3A. Windows color (decimal): -6745328 or 1053593. OLE color: 1053593.

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

Color convert

RGB1531916-
CMYK00.880.900.4
HSL1.31º81.07%33.14%-
HSV(B)1.31º89.54%60%-
XYZ13.467.281.18-
YUV58.72103.89195.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 81.38%
GREEN value IS 19 (7.81% from 255) = 10.11%
BLUE value IS 16 (6.64% from 255) = 8.51%
R=81.38%
G=10.11%
B=8.51%

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
Decimal153191600.880.900.41.3181.0733.14
Hex9913100585A2815121
Octal2312320013013250112141
Binary10011001100111000001011000101101010100011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991310; }

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

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

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

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

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

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

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

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