Html Css Color HEX #761D11 Falu Red

📋 copy color: '#761D11'

red 118 ◦ green 29 ◦ blue 17

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

Shades of Falu Red #761D11

Tints of Falu Red #761D11

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.68%

 BLUE value IS 17 (7.03% from 255) = 10.37%

R = 71.95%
G = 17.68%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#761D11 (or 0x761D11) is known color: Falu Red. HEX triplet: 76, 1D and 11. RGB value is (118,29,17). Sum of RGB (Red+Green+Blue) = 118+29+17=164 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.95% from 164); Green value is 29 (11.72% from 255 or 17.68% from 164); Blue value is 17 (7.03% from 255 or 10.37% from 164); Max value from RGB is 118 - color contains mainly: red. Hex color #761D11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761D11 is #89E2EE. Grayscale: #363636. Windows color (decimal): -9036527 or 1121654. OLE color: 1121654.

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

Color convert

RGB 118 29 17 -
CMYK 0 0.75 0.86 0.54
HSL 7.13º 0.75% 0.26% -
HSV(B) 7.13º 0.86% 0.46% -
XYZ 8.01 4.77 1.03 -
YUV 54.24 106.99 173.48 -
System Red Green Blue C M Y K H S L
Decimal 118 29 17 0 0.75 0.86 0.54 7.13 0.75 0.26
Hex 76 1D 11 0 4B 56 36 7 4B 1A
Octal 166 35 21 0 113 126 66 7 113 32
Binary 1110110 11101 10001 0 1001011 1010110 110110 111 1001011 11010

Color Harmonies of #761D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761D11

Black with #761D11

Text Example


Text Example

White with #761D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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