Html Css Color HEX #771900 Falu Red

📋 copy color: '#771900'

red 119 ◦ green 25 ◦ blue 0

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

Shades of Falu Red #771900

Tints of Falu Red #771900

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.36%

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

R = 82.64%
G = 17.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#771900 (or 0x771900) is known color: Falu Red. HEX triplet: 77, 19 and 00. RGB value is (119,25,0). Sum of RGB (Red+Green+Blue) = 119+25+0=144 (19% of max value = 765). Red value is 119 (46.88% from 255 or 82.64% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 0 (0.39% from 255 or 0% from 144); Max value from RGB is 119 - color contains mainly: red. Hex color #771900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771900 is #88E6FF. Grayscale: #323232. Windows color (decimal): -8972032 or 6519. OLE color: 6519.

HSL color Cylindrical-coordinate representation of color #771900: hue angle of 12.61º 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 #771900 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 25 0 -
CMYK 0 0.79 1 0.53
HSL 12.61º 1% 0.23% -
HSV(B) 12.61º 1% 0.47% -
XYZ 7.96 4.62 0.47 -
YUV 50.26 99.64 177.03 -
System Red Green Blue C M Y K H S L
Decimal 119 25 0 0 0.79 1 0.53 12.61 1 0.23
Hex 77 19 0 0 4F 64 35 D 64 17
Octal 167 31 0 0 117 144 65 15 144 27
Binary 1110111 11001 0 0 1001111 1100100 110101 1101 1100100 10111

Color Harmonies of #771900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771900

Black with #771900

Text Example


Text Example

White with #771900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771900; }

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

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

background-color css

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

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

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

border-color css

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

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

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