Html Css Color HEX #771410 Falu Red

📋 copy color: '#771410'

red 119 ◦ green 20 ◦ blue 16

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

Shades of Falu Red #771410

Tints of Falu Red #771410

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.9%

 BLUE value IS 16 (6.64% from 255) = 10.32%

R = 76.77%
G = 12.9%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#771410 (or 0x771410) is known color: Falu Red. HEX triplet: 77, 14 and 10. RGB value is (119,20,16). Sum of RGB (Red+Green+Blue) = 119+20+16=155 (20% of max value = 765). Red value is 119 (46.88% from 255 or 76.77% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 16 (6.64% from 255 or 10.32% from 155); Max value from RGB is 119 - color contains mainly: red. Hex color #771410 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771410 is #88EBEF. Grayscale: #313131. Windows color (decimal): -8973296 or 1053815. OLE color: 1053815.

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

Color convert

RGB 119 20 16 -
CMYK 0 0.83 0.87 0.53
HSL 2.33º 0.76% 0.26% -
HSV(B) 2.33º 0.87% 0.47% -
XYZ 7.95 4.46 0.93 -
YUV 49.15 109.3 177.83 -
System Red Green Blue C M Y K H S L
Decimal 119 20 16 0 0.83 0.87 0.53 2.33 0.76 0.26
Hex 77 14 10 0 53 57 35 2 4C 1A
Octal 167 24 20 0 123 127 65 2 114 32
Binary 1110111 10100 10000 0 1010011 1010111 110101 10 1001100 11010

Color Harmonies of #771410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771410

Black with #771410

Text Example


Text Example

White with #771410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771410; }

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

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

background-color css

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

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

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

border-color css

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

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

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