#991E04

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

Shades of Falu Red #991E04

Tints of Falu Red #991E04

Color information

#991E04 (or 0x991E04) is unknown color: approx Falu Red. HEX triplet: 99, 1E and 04. RGB value is (153,30,4). Sum of RGB (Red+Green+Blue) = 153+30+4=187 (24% of max value = 765). Red value is 153 (60.16% from 255 or 81.82% from 187); Green value is 30 (12.11% from 255 or 16.04% from 187); Blue value is 4 (1.95% from 255 or 2.14% from 187); Max value from RGB is 153 - color contains mainly: red. Hex color #991E04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #991E04 is #66E1FB. Grayscale: #404040. Windows color (decimal): -6742524 or 269977. OLE color: 269977.

HSL color Cylindrical-coordinate representation of color #991E04: hue angle of 10.47º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #991E04 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.4.

Color convert

RGB153304-
CMYK00.800.970.4
HSL10.47º94.9%30.78%-
HSV(B)10.47º97.39%60%-
XYZ13.627.710.88-
YUV63.8194.25191.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 81.82%
GREEN value IS 30 (12.11% from 255) = 16.04%
BLUE value IS 4 (1.95% from 255) = 2.14%
R=81.82%
G=16.04%
B=2.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.97
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15330400.800.970.410.4794.930.78
Hex991E40506128a5f1f
Octal2313640120141501213737
Binary10011001111101000101000011000011010001010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991E04; }

 p { color: rgb(153,30,4); }

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

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

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

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

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

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

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