Html Css Color HEX #761F09 Falu Red

📋 copy color: '#761F09'

red 118 ◦ green 31 ◦ blue 9

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

Shades of Falu Red #761F09

Tints of Falu Red #761F09

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.62%

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

R = 74.68%
G = 19.62%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#761F09 (or 0x761F09) is known color: Falu Red. HEX triplet: 76, 1F and 09. RGB value is (118,31,9). Sum of RGB (Red+Green+Blue) = 118+31+9=158 (20% of max value = 765). Red value is 118 (46.48% from 255 or 74.68% from 158); Green value is 31 (12.5% from 255 or 19.62% from 158); Blue value is 9 (3.91% from 255 or 5.70% from 158); Max value from RGB is 118 - color contains mainly: red. Hex color #761F09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761F09 is #89E0F6. Grayscale: #363636. Windows color (decimal): -9036023 or 597878. OLE color: 597878.

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

Color convert

RGB 118 31 9 -
CMYK 0 0.74 0.92 0.54
HSL 12.11º 0.86% 0.25% -
HSV(B) 12.11º 0.92% 0.46% -
XYZ 8.01 4.85 0.77 -
YUV 54.51 102.32 173.29 -
System Red Green Blue C M Y K H S L
Decimal 118 31 9 0 0.74 0.92 0.54 12.11 0.86 0.25
Hex 76 1F 9 0 4A 5C 36 C 56 19
Octal 166 37 11 0 112 134 66 14 126 31
Binary 1110110 11111 1001 0 1001010 1011100 110110 1100 1010110 11001

Color Harmonies of #761F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761F09

Black with #761F09

Text Example


Text Example

White with #761F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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