#991410

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

Shades of Falu Red #991410

Tints of Falu Red #991410

Color information

#991410 (or 0x991410) is unknown color: approx Falu Red. HEX triplet: 99, 14 and 10. RGB value is (153,20,16). Sum of RGB (Red+Green+Blue) = 153+20+16=189 (25% of max value = 765). Red value is 153 (60.16% from 255 or 80.95% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 16 (6.64% from 255 or 8.47% from 189); Max value from RGB is 153 - color contains mainly: red. Hex color #991410 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991410 is #66EBEF. Grayscale: #3B3B3B. Windows color (decimal): -6745072 or 1053849. OLE color: 1053849.

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

Color convert

RGB1532016-
CMYK00.870.900.4
HSL1.75º81.07%33.14%-
HSV(B)1.75º89.54%60%-
XYZ13.487.311.19-
YUV59.31103.56194.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 80.95%
GREEN value IS 20 (8.20% from 255) = 10.58%
BLUE value IS 16 (6.64% from 255) = 8.47%
R=80.95%
G=10.58%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.90
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153201600.870.900.41.7581.0733.14
Hex9914100575A2825121
Octal2312420012713250212141
Binary100110011010010000010101111011010101000101010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991410; }

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

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

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

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

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

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

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

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