Html Css Color HEX #77110D Falu Red

📋 copy color: '#77110D'

red 119 ◦ green 17 ◦ blue 13

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

Shades of Falu Red #77110D

Tints of Falu Red #77110D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.72%

R = 79.87%
G = 11.41%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#77110D (or 0x77110D) is known color: Falu Red. HEX triplet: 77, 11 and 0D. RGB value is (119,17,13). Sum of RGB (Red+Green+Blue) = 119+17+13=149 (19% of max value = 765). Red value is 119 (46.88% from 255 or 79.87% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 13 (5.47% from 255 or 8.72% from 149); Max value from RGB is 119 - color contains mainly: red. Hex color #77110D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77110D is #88EEF2. Grayscale: #2F2F2F. Windows color (decimal): -8974067 or 856439. OLE color: 856439.

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

Color convert

RGB 119 17 13 -
CMYK 0 0.86 0.89 0.53
HSL 2.26º 0.8% 0.26% -
HSV(B) 2.26º 0.89% 0.47% -
XYZ 7.88 4.35 0.81 -
YUV 47.04 108.79 179.33 -
System Red Green Blue C M Y K H S L
Decimal 119 17 13 0 0.86 0.89 0.53 2.26 0.8 0.26
Hex 77 11 D 0 56 59 35 2 50 1A
Octal 167 21 15 0 126 131 65 2 120 32
Binary 1110111 10001 1101 0 1010110 1011001 110101 10 1010000 11010

Color Harmonies of #77110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77110D

Black with #77110D

Text Example


Text Example

White with #77110D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77110D; }

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

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

background-color css

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

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

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

border-color css

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

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

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