#991A08

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

Shades of Falu Red #991A08

Tints of Falu Red #991A08

Color information

#991A08 (or 0x991A08) is unknown color: approx Falu Red. HEX triplet: 99, 1A and 08. RGB value is (153,26,8). Sum of RGB (Red+Green+Blue) = 153+26+8=187 (24% of max value = 765). Red value is 153 (60.16% from 255 or 81.82% from 187); Green value is 26 (10.55% from 255 or 13.90% from 187); Blue value is 8 (3.52% from 255 or 4.28% from 187); Max value from RGB is 153 - color contains mainly: red. Hex color #991A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #991A08 is #66E5F7. Grayscale: #3E3E3E. Windows color (decimal): -6743544 or 531097. OLE color: 531097.

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

Color convert

RGB153268-
CMYK00.830.950.4
HSL7.45º90.06%31.57%-
HSV(B)7.45º94.77%60%-
XYZ13.557.530.97-
YUV61.9297.58192.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 81.82%
GREEN value IS 26 (10.55% from 255) = 13.90%
BLUE value IS 8 (3.52% from 255) = 4.28%
R=81.82%
G=13.90%
B=4.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.95
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15326800.830.950.47.4590.0631.57
Hex991A80535F2875a20
Octal2313210012313750713240
Binary100110011101010000101001110111111010001111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,26,8); }

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

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

 a { background-color: rgb(153,26,8); }

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

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

 span { border-color: rgb(153,26,8); }

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