Html Css Color HEX #771E14 Falu Red

📋 copy color: '#771E14'

red 119 ◦ green 30 ◦ blue 20

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

Shades of Falu Red #771E14

Tints of Falu Red #771E14

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.75%

 BLUE value IS 20 (8.2% from 255) = 11.83%

R = 70.41%
G = 17.75%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#771E14 (or 0x771E14) is known color: Falu Red. HEX triplet: 77, 1E and 14. RGB value is (119,30,20). Sum of RGB (Red+Green+Blue) = 119+30+20=169 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.41% from 169); Green value is 30 (12.11% from 255 or 17.75% from 169); Blue value is 20 (8.20% from 255 or 11.83% from 169); Max value from RGB is 119 - color contains mainly: red. Hex color #771E14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771E14 is #88E1EB. Grayscale: #373737. Windows color (decimal): -8970732 or 1318519. OLE color: 1318519.

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

Color convert

RGB 119 30 20 -
CMYK 0 0.75 0.83 0.53
HSL 6.06º 0.71% 0.27% -
HSV(B) 6.06º 0.83% 0.47% -
XYZ 8.2 4.9 1.18 -
YUV 55.47 107.99 173.31 -
System Red Green Blue C M Y K H S L
Decimal 119 30 20 0 0.75 0.83 0.53 6.06 0.71 0.27
Hex 77 1E 14 0 4B 53 35 6 47 1B
Octal 167 36 24 0 113 123 65 6 107 33
Binary 1110111 11110 10100 0 1001011 1010011 110101 110 1000111 11011

Color Harmonies of #771E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771E14

Black with #771E14

Text Example


Text Example

White with #771E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771E14; }

 p { color: rgb(119,30,20); }

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

background-color css

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

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

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

border-color css

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

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

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