Html Css Color HEX #761109 Falu Red

📋 copy color: '#761109'

red 118 ◦ green 17 ◦ blue 9

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

Shades of Falu Red #761109

Tints of Falu Red #761109

RGB

 RED value IS 118 (46.48% from 255) = 81.94%

 GREEN value IS 17 (7.03% from 255) = 11.81%

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

R = 81.94%
G = 11.81%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#761109 (or 0x761109) is known color: Falu Red. HEX triplet: 76, 11 and 09. RGB value is (118,17,9). Sum of RGB (Red+Green+Blue) = 118+17+9=144 (19% of max value = 765). Red value is 118 (46.48% from 255 or 81.94% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 9 (3.91% from 255 or 6.25% from 144); Max value from RGB is 118 - color contains mainly: red. Hex color #761109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761109 is #89EEF6. Grayscale: #2E2E2E. Windows color (decimal): -9039607 or 594294. OLE color: 594294.

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

Color convert

RGB 118 17 9 -
CMYK 0 0.86 0.92 0.54
HSL 4.4º 0.86% 0.25% -
HSV(B) 4.4º 0.92% 0.46% -
XYZ 7.72 4.27 0.68 -
YUV 46.29 106.96 179.15 -
System Red Green Blue C M Y K H S L
Decimal 118 17 9 0 0.86 0.92 0.54 4.4 0.86 0.25
Hex 76 11 9 0 56 5C 36 4 56 19
Octal 166 21 11 0 126 134 66 4 126 31
Binary 1110110 10001 1001 0 1010110 1011100 110110 100 1010110 11001

Color Harmonies of #761109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761109

Black with #761109

Text Example


Text Example

White with #761109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761109; }

 p { color: rgb(118,17,9); }

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

background-color css

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

 a { background-color: rgb(118,17,9); }

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

border-color css

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

 span { border-color: rgb(118,17,9); }

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