Html Css Color HEX #771111 Falu Red

📋 copy color: '#771111'

red 119 ◦ green 17 ◦ blue 17

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

Shades of Falu Red #771111

Tints of Falu Red #771111

RGB

 RED value IS 119 (46.88% from 255) = 77.78%

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

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

R = 77.78%
G = 11.11%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#771111 (or 0x771111) is known color: Falu Red. HEX triplet: 77, 11 and 11. RGB value is (119,17,17). Sum of RGB (Red+Green+Blue) = 119+17+17=153 (20% of max value = 765). Red value is 119 (46.88% from 255 or 77.78% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 17 (7.03% from 255 or 11.11% from 153); Max value from RGB is 119 - color contains mainly: red. Hex color #771111 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771111 is #88EEEE. Grayscale: #2F2F2F. Windows color (decimal): -8974063 or 1118583. OLE color: 1118583.

HSL color Cylindrical-coordinate representation of color #771111: hue angle of 0º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #771111 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 17 17 -
CMYK 0 0.86 0.86 0.53
HSL 0.75% 0.27% -
HSV(B) 0.86% 0.47% -
XYZ 7.91 4.36 0.96 -
YUV 47.5 110.79 179 -
System Red Green Blue C M Y K H S L
Decimal 119 17 17 0 0.86 0.86 0.53 0 0.75 0.27
Hex 77 11 11 0 56 56 35 0 4B 1B
Octal 167 21 21 0 126 126 65 0 113 33
Binary 1110111 10001 10001 0 1010110 1010110 110101 0 1001011 11011

Color Harmonies of #771111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771111

Black with #771111

Text Example


Text Example

White with #771111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771111; }

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

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

background-color css

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

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

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

border-color css

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

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

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