Html Css Color HEX #771609 Falu Red

📋 copy color: '#771609'

red 119 ◦ green 22 ◦ blue 9

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

Shades of Falu Red #771609

Tints of Falu Red #771609

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.67%

 BLUE value IS 9 (3.91% from 255) = 6%

R = 79.33%
G = 14.67%
B = 6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#771609 (or 0x771609) is known color: Falu Red. HEX triplet: 77, 16 and 09. RGB value is (119,22,9). Sum of RGB (Red+Green+Blue) = 119+22+9=150 (19% of max value = 765). Red value is 119 (46.88% from 255 or 79.33% from 150); Green value is 22 (8.98% from 255 or 14.67% from 150); Blue value is 9 (3.91% from 255 or 6% from 150); Max value from RGB is 119 - color contains mainly: red. Hex color #771609 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771609 is #88E9F6. Grayscale: #313131. Windows color (decimal): -8972791 or 595575. OLE color: 595575.

HSL color Cylindrical-coordinate representation of color #771609: hue angle of 7.09º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #771609 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 22 9 -
CMYK 0 0.82 0.92 0.53
HSL 7.09º 0.86% 0.25% -
HSV(B) 7.09º 0.92% 0.47% -
XYZ 7.94 4.52 0.71 -
YUV 49.52 105.14 177.56 -
System Red Green Blue C M Y K H S L
Decimal 119 22 9 0 0.82 0.92 0.53 7.09 0.86 0.25
Hex 77 16 9 0 52 5C 35 7 56 19
Octal 167 26 11 0 122 134 65 7 126 31
Binary 1110111 10110 1001 0 1010010 1011100 110101 111 1010110 11001

Color Harmonies of #771609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771609

Black with #771609

Text Example


Text Example

White with #771609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771609; }

 p { color: rgb(119,22,9); }

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

background-color css

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

 a { background-color: rgb(119,22,9); }

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

border-color css

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

 span { border-color: rgb(119,22,9); }

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