#991C07

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

Shades of Falu Red #991C07

Tints of Falu Red #991C07

Color information

#991C07 (or 0x991C07) is unknown color: approx Falu Red. HEX triplet: 99, 1C and 07. RGB value is (153,28,7). Sum of RGB (Red+Green+Blue) = 153+28+7=188 (24% of max value = 765). Red value is 153 (60.16% from 255 or 81.38% from 188); Green value is 28 (11.33% from 255 or 14.89% from 188); Blue value is 7 (3.12% from 255 or 3.72% from 188); Max value from RGB is 153 - color contains mainly: red. Hex color #991C07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #991C07 is #66E3F8. Grayscale: #3F3F3F. Windows color (decimal): -6743033 or 466073. OLE color: 466073.

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

Color convert

RGB153287-
CMYK00.820.950.4
HSL8.63º91.25%31.37%-
HSV(B)8.63º95.42%60%-
XYZ13.597.620.96-
YUV62.9896.41192.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 81.38%
GREEN value IS 28 (11.33% from 255) = 14.89%
BLUE value IS 7 (3.12% from 255) = 3.72%
R=81.38%
G=14.89%
B=3.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.95
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15328700.820.950.48.6391.2531.37
Hex991C70525F2895b1f
Octal2313470122137501113337
Binary10011001111001110101001010111111010001001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,28,7); }

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

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

 a { background-color: rgb(153,28,7); }

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

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

 span { border-color: rgb(153,28,7); }

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