Html Css Color HEX #771F00 Falu Red

📋 copy color: '#771F00'

red 119 ◦ green 31 ◦ blue 0

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

Shades of Falu Red #771F00

Tints of Falu Red #771F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.33%
G = 20.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#771F00 (or 0x771F00) is known color: Falu Red. HEX triplet: 77, 1F and 00. RGB value is (119,31,0). Sum of RGB (Red+Green+Blue) = 119+31+0=150 (19% of max value = 765). Red value is 119 (46.88% from 255 or 79.33% from 150); Green value is 31 (12.5% from 255 or 20.67% from 150); Blue value is 0 (0.39% from 255 or 0% from 150); Max value from RGB is 119 - color contains mainly: red. Hex color #771F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771F00 is #88E0FF. Grayscale: #353535. Windows color (decimal): -8970496 or 8055. OLE color: 8055.

HSL color Cylindrical-coordinate representation of color #771F00: hue angle of 15.63º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #771F00 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 31 0 -
CMYK 0 0.74 1 0.53
HSL 15.63º 1% 0.23% -
HSV(B) 15.63º 1% 0.47% -
XYZ 8.1 4.9 0.52 -
YUV 53.78 97.65 174.52 -
System Red Green Blue C M Y K H S L
Decimal 119 31 0 0 0.74 1 0.53 15.63 1 0.23
Hex 77 1F 0 0 4A 64 35 10 64 17
Octal 167 37 0 0 112 144 65 20 144 27
Binary 1110111 11111 0 0 1001010 1100100 110101 10000 1100100 10111

Color Harmonies of #771F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771F00

Black with #771F00

Text Example


Text Example

White with #771F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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