Html Css Color HEX #761E09 Falu Red

📋 copy color: '#761E09'

red 118 ◦ green 30 ◦ blue 9

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

Shades of Falu Red #761E09

Tints of Falu Red #761E09

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.11%

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

R = 75.16%
G = 19.11%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#761E09 (or 0x761E09) is known color: Falu Red. HEX triplet: 76, 1E and 09. RGB value is (118,30,9). Sum of RGB (Red+Green+Blue) = 118+30+9=157 (20% of max value = 765). Red value is 118 (46.48% from 255 or 75.16% from 157); Green value is 30 (12.11% from 255 or 19.11% from 157); Blue value is 9 (3.91% from 255 or 5.73% from 157); Max value from RGB is 118 - color contains mainly: red. Hex color #761E09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761E09 is #89E1F6. Grayscale: #363636. Windows color (decimal): -9036279 or 597622. OLE color: 597622.

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

Color convert

RGB 118 30 9 -
CMYK 0 0.75 0.92 0.54
HSL 11.56º 0.86% 0.25% -
HSV(B) 11.56º 0.92% 0.46% -
XYZ 7.98 4.8 0.76 -
YUV 53.92 102.65 173.71 -
System Red Green Blue C M Y K H S L
Decimal 118 30 9 0 0.75 0.92 0.54 11.56 0.86 0.25
Hex 76 1E 9 0 4B 5C 36 C 56 19
Octal 166 36 11 0 113 134 66 14 126 31
Binary 1110110 11110 1001 0 1001011 1011100 110110 1100 1010110 11001

Color Harmonies of #761E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761E09

Black with #761E09

Text Example


Text Example

White with #761E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761E09; }

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

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

background-color css

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

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

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

border-color css

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

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

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