Html Css Color HEX #771B09 Falu Red

📋 copy color: '#771B09'

red 119 ◦ green 27 ◦ blue 9

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

Shades of Falu Red #771B09

Tints of Falu Red #771B09

RGB

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

 GREEN value IS 27 (10.94% from 255) = 17.42%

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

R = 76.77%
G = 17.42%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#771B09 (or 0x771B09) is known color: Falu Red. HEX triplet: 77, 1B and 09. RGB value is (119,27,9). Sum of RGB (Red+Green+Blue) = 119+27+9=155 (20% of max value = 765). Red value is 119 (46.88% from 255 or 76.77% from 155); Green value is 27 (10.94% from 255 or 17.42% from 155); Blue value is 9 (3.91% from 255 or 5.81% from 155); Max value from RGB is 119 - color contains mainly: red. Hex color #771B09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771B09 is #88E4F6. Grayscale: #343434. Windows color (decimal): -8971511 or 596855. OLE color: 596855.

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

Color convert

RGB 119 27 9 -
CMYK 0 0.77 0.92 0.53
HSL 9.82º 0.86% 0.25% -
HSV(B) 9.82º 0.92% 0.47% -
XYZ 8.05 4.73 0.75 -
YUV 52.46 103.48 175.46 -
System Red Green Blue C M Y K H S L
Decimal 119 27 9 0 0.77 0.92 0.53 9.82 0.86 0.25
Hex 77 1B 9 0 4D 5C 35 A 56 19
Octal 167 33 11 0 115 134 65 12 126 31
Binary 1110111 11011 1001 0 1001101 1011100 110101 1010 1010110 11001

Color Harmonies of #771B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771B09

Black with #771B09

Text Example


Text Example

White with #771B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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