Html Css Color HEX #991111 Falu Red

📋 copy color: '#991111'

red 153 ◦ green 17 ◦ blue 17

#991111
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falu Red #991111

Tints of Falu Red #991111

RGB

 RED value IS 153 (60.16% from 255) = 81.82%

 GREEN value IS 17 (7.03% from 255) = 9.09%

 BLUE value IS 17 (7.03% from 255) = 9.09%

R = 81.82%
G = 9.09%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.4

RGB Variations

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

Color information

#991111 (or 0x991111) is known color: Falu Red. HEX triplet: 99, 11 and 11. RGB value is (153,17,17). Sum of RGB (Red+Green+Blue) = 153+17+17=187 (24% of max value = 765). Red value is 153 (60.16% from 255 or 81.82% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 17 (7.03% from 255 or 9.09% from 187); Max value from RGB is 153 - color contains mainly: red. Hex color #991111 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991111 is #66EEEE. Grayscale: #393939. Windows color (decimal): -6745839 or 1118617. OLE color: 1118617.

HSL color Cylindrical-coordinate representation of color #991111: hue angle of 0º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #991111 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 17 17 -
CMYK 0 0.89 0.89 0.4
HSL 0.8% 0.33% -
HSV(B) 0.89% 0.6% -
XYZ 13.44 7.21 1.21 -
YUV 57.66 105.06 196 -
System Red Green Blue C M Y K H S L
Decimal 153 17 17 0 0.89 0.89 0.4 0 0.8 0.33
Hex 99 11 11 0 59 59 28 0 50 21
Octal 231 21 21 0 131 131 50 0 120 41
Binary 10011001 10001 10001 0 1011001 1011001 101000 0 1010000 100001

Color Harmonies of #991111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991111

Black with #991111

Text Example


Text Example

White with #991111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991111; }

 p { color: rgb(153,17,17); }

 H1.HeaderClassName
 {
   color: #991111;
 }
 .AnyTagClassName
 {
   color: #991111;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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