Html Css Color HEX #771409 Falu Red

📋 copy color: '#771409'

red 119 ◦ green 20 ◦ blue 9

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

Shades of Falu Red #771409

Tints of Falu Red #771409

RGB

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

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

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

R = 80.41%
G = 13.51%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#771409 (or 0x771409) is known color: Falu Red. HEX triplet: 77, 14 and 09. RGB value is (119,20,9). Sum of RGB (Red+Green+Blue) = 119+20+9=148 (19% of max value = 765). Red value is 119 (46.88% from 255 or 80.41% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 9 (3.91% from 255 or 6.08% from 148); Max value from RGB is 119 - color contains mainly: red. Hex color #771409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771409 is #88EBF6. Grayscale: #303030. Windows color (decimal): -8973303 or 595063. OLE color: 595063.

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

Color convert

RGB 119 20 9 -
CMYK 0 0.83 0.92 0.53
HSL 0.86% 0.25% -
HSV(B) 0.92% 0.47% -
XYZ 7.91 4.44 0.7 -
YUV 48.35 105.8 178.39 -
System Red Green Blue C M Y K H S L
Decimal 119 20 9 0 0.83 0.92 0.53 6 0.86 0.25
Hex 77 14 9 0 53 5C 35 6 56 19
Octal 167 24 11 0 123 134 65 6 126 31
Binary 1110111 10100 1001 0 1010011 1011100 110101 110 1010110 11001

Color Harmonies of #771409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771409

Black with #771409

Text Example


Text Example

White with #771409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771409; }

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

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

background-color css

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

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

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

border-color css

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

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

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