Html Css Color HEX #761409 Falu Red

📋 copy color: '#761409'

red 118 ◦ green 20 ◦ blue 9

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

Shades of Falu Red #761409

Tints of Falu Red #761409

RGB

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

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

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

R = 80.27%
G = 13.61%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#761409 (or 0x761409) is known color: Falu Red. HEX triplet: 76, 14 and 09. RGB value is (118,20,9). Sum of RGB (Red+Green+Blue) = 118+20+9=147 (19% of max value = 765). Red value is 118 (46.48% from 255 or 80.27% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 9 (3.91% from 255 or 6.12% from 147); Max value from RGB is 118 - color contains mainly: red. Hex color #761409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761409 is #89EBF6. Grayscale: #303030. Windows color (decimal): -9038839 or 595062. OLE color: 595062.

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

Color convert

RGB 118 20 9 -
CMYK 0 0.83 0.92 0.54
HSL 6.06º 0.86% 0.25% -
HSV(B) 6.06º 0.92% 0.46% -
XYZ 7.77 4.37 0.69 -
YUV 48.05 105.97 177.89 -
System Red Green Blue C M Y K H S L
Decimal 118 20 9 0 0.83 0.92 0.54 6.06 0.86 0.25
Hex 76 14 9 0 53 5C 36 6 56 19
Octal 166 24 11 0 123 134 66 6 126 31
Binary 1110110 10100 1001 0 1010011 1011100 110110 110 1010110 11001

Color Harmonies of #761409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761409

Black with #761409

Text Example


Text Example

White with #761409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761409; }

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

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

background-color css

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

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

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

border-color css

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

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

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