Html Css Color HEX #761D18 Falu Red

📋 copy color: '#761D18'

red 118 ◦ green 29 ◦ blue 24

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

Shades of Falu Red #761D18

Tints of Falu Red #761D18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.04%

R = 69.01%
G = 16.96%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#761D18 (or 0x761D18) is known color: Falu Red. HEX triplet: 76, 1D and 18. RGB value is (118,29,24). Sum of RGB (Red+Green+Blue) = 118+29+24=171 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.01% from 171); Green value is 29 (11.72% from 255 or 16.96% from 171); Blue value is 24 (9.77% from 255 or 14.04% from 171); Max value from RGB is 118 - color contains mainly: red. Hex color #761D18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761D18 is #89E2E7. Grayscale: #373737. Windows color (decimal): -9036520 or 1580406. OLE color: 1580406.

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

Color convert

RGB 118 29 24 -
CMYK 0 0.75 0.80 0.54
HSL 3.19º 0.66% 0.28% -
HSV(B) 3.19º 0.8% 0.46% -
XYZ 8.08 4.8 1.36 -
YUV 55.04 110.49 172.91 -
System Red Green Blue C M Y K H S L
Decimal 118 29 24 0 0.75 0.80 0.54 3.19 0.66 0.28
Hex 76 1D 18 0 4B 50 36 3 42 1C
Octal 166 35 30 0 113 120 66 3 102 34
Binary 1110110 11101 11000 0 1001011 1010000 110110 11 1000010 11100

Color Harmonies of #761D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761D18

Black with #761D18

Text Example


Text Example

White with #761D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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