Html Css Color HEX #771D14 Falu Red

📋 copy color: '#771D14'

red 119 ◦ green 29 ◦ blue 20

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

Shades of Falu Red #771D14

Tints of Falu Red #771D14

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.26%

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

R = 70.83%
G = 17.26%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#771D14 (or 0x771D14) is known color: Falu Red. HEX triplet: 77, 1D and 14. RGB value is (119,29,20). Sum of RGB (Red+Green+Blue) = 119+29+20=168 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.83% from 168); Green value is 29 (11.72% from 255 or 17.26% from 168); Blue value is 20 (8.20% from 255 or 11.90% from 168); Max value from RGB is 119 - color contains mainly: red. Hex color #771D14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771D14 is #88E2EB. Grayscale: #373737. Windows color (decimal): -8970988 or 1318263. OLE color: 1318263.

HSL color Cylindrical-coordinate representation of color #771D14: hue angle of 5.45º 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 #771D14 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 29 20 -
CMYK 0 0.76 0.83 0.53
HSL 5.45º 0.71% 0.27% -
HSV(B) 5.45º 0.83% 0.47% -
XYZ 8.17 4.85 1.17 -
YUV 54.88 108.32 173.73 -
System Red Green Blue C M Y K H S L
Decimal 119 29 20 0 0.76 0.83 0.53 5.45 0.71 0.27
Hex 77 1D 14 0 4C 53 35 5 47 1B
Octal 167 35 24 0 114 123 65 5 107 33
Binary 1110111 11101 10100 0 1001100 1010011 110101 101 1000111 11011

Color Harmonies of #771D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771D14

Black with #771D14

Text Example


Text Example

White with #771D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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