Html Css Color HEX #771F10 Falu Red

📋 copy color: '#771F10'

red 119 ◦ green 31 ◦ blue 16

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

Shades of Falu Red #771F10

Tints of Falu Red #771F10

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.67%

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

R = 71.69%
G = 18.67%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#771F10 (or 0x771F10) is known color: Falu Red. HEX triplet: 77, 1F and 10. RGB value is (119,31,16). Sum of RGB (Red+Green+Blue) = 119+31+16=166 (21% of max value = 765). Red value is 119 (46.88% from 255 or 71.69% from 166); Green value is 31 (12.5% from 255 or 18.67% from 166); Blue value is 16 (6.64% from 255 or 9.64% from 166); Max value from RGB is 119 - color contains mainly: red. Hex color #771F10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771F10 is #88E0EF. Grayscale: #373737. Windows color (decimal): -8970480 or 1056631. OLE color: 1056631.

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

Color convert

RGB 119 31 16 -
CMYK 0 0.74 0.87 0.53
HSL 8.74º 0.76% 0.26% -
HSV(B) 8.74º 0.87% 0.47% -
XYZ 8.19 4.94 1.01 -
YUV 55.6 105.65 173.22 -
System Red Green Blue C M Y K H S L
Decimal 119 31 16 0 0.74 0.87 0.53 8.74 0.76 0.26
Hex 77 1F 10 0 4A 57 35 9 4C 1A
Octal 167 37 20 0 112 127 65 11 114 32
Binary 1110111 11111 10000 0 1001010 1010111 110101 1001 1001100 11010

Color Harmonies of #771F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771F10

Black with #771F10

Text Example


Text Example

White with #771F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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