Html Css Color HEX #771C09 Falu Red

📋 copy color: '#771C09'

red 119 ◦ green 28 ◦ blue 9

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

Shades of Falu Red #771C09

Tints of Falu Red #771C09

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.95%

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

R = 76.28%
G = 17.95%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#771C09 (or 0x771C09) is known color: Falu Red. HEX triplet: 77, 1C and 09. RGB value is (119,28,9). Sum of RGB (Red+Green+Blue) = 119+28+9=156 (20% of max value = 765). Red value is 119 (46.88% from 255 or 76.28% from 156); Green value is 28 (11.33% from 255 or 17.95% from 156); Blue value is 9 (3.91% from 255 or 5.77% from 156); Max value from RGB is 119 - color contains mainly: red. Hex color #771C09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771C09 is #88E3F6. Grayscale: #353535. Windows color (decimal): -8971255 or 597111. OLE color: 597111.

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

Color convert

RGB 119 28 9 -
CMYK 0 0.76 0.92 0.53
HSL 10.36º 0.86% 0.25% -
HSV(B) 10.36º 0.92% 0.47% -
XYZ 8.07 4.77 0.75 -
YUV 53.04 103.15 175.04 -
System Red Green Blue C M Y K H S L
Decimal 119 28 9 0 0.76 0.92 0.53 10.36 0.86 0.25
Hex 77 1C 9 0 4C 5C 35 A 56 19
Octal 167 34 11 0 114 134 65 12 126 31
Binary 1110111 11100 1001 0 1001100 1011100 110101 1010 1010110 11001

Color Harmonies of #771C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771C09

Black with #771C09

Text Example


Text Example

White with #771C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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