Html Css Color HEX #761609 Falu Red

📋 copy color: '#761609'

red 118 ◦ green 22 ◦ blue 9

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

Shades of Falu Red #761609

Tints of Falu Red #761609

RGB

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

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

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

R = 79.19%
G = 14.77%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#761609 (or 0x761609) is known color: Falu Red. HEX triplet: 76, 16 and 09. RGB value is (118,22,9). Sum of RGB (Red+Green+Blue) = 118+22+9=149 (19% of max value = 765). Red value is 118 (46.48% from 255 or 79.19% from 149); Green value is 22 (8.98% from 255 or 14.77% from 149); Blue value is 9 (3.91% from 255 or 6.04% from 149); Max value from RGB is 118 - color contains mainly: red. Hex color #761609 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761609 is #89E9F6. Grayscale: #313131. Windows color (decimal): -9038327 or 595574. OLE color: 595574.

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

Color convert

RGB 118 22 9 -
CMYK 0 0.81 0.92 0.54
HSL 7.16º 0.86% 0.25% -
HSV(B) 7.16º 0.92% 0.46% -
XYZ 7.81 4.45 0.7 -
YUV 49.22 105.3 177.06 -
System Red Green Blue C M Y K H S L
Decimal 118 22 9 0 0.81 0.92 0.54 7.16 0.86 0.25
Hex 76 16 9 0 51 5C 36 7 56 19
Octal 166 26 11 0 121 134 66 7 126 31
Binary 1110110 10110 1001 0 1010001 1011100 110110 111 1010110 11001

Color Harmonies of #761609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761609

Black with #761609

Text Example


Text Example

White with #761609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761609; }

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

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

background-color css

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

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

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

border-color css

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

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

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