Html Css Color HEX #761610 Falu Red

📋 copy color: '#761610'

red 118 ◦ green 22 ◦ blue 16

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

Shades of Falu Red #761610

Tints of Falu Red #761610

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.1%

 BLUE value IS 16 (6.64% from 255) = 10.26%

R = 75.64%
G = 14.1%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#761610 (or 0x761610) is known color: Falu Red. HEX triplet: 76, 16 and 10. RGB value is (118,22,16). Sum of RGB (Red+Green+Blue) = 118+22+16=156 (20% of max value = 765). Red value is 118 (46.48% from 255 or 75.64% from 156); Green value is 22 (8.98% from 255 or 14.10% from 156); Blue value is 16 (6.64% from 255 or 10.26% from 156); Max value from RGB is 118 - color contains mainly: red. Hex color #761610 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761610 is #89E9EF. Grayscale: #323232. Windows color (decimal): -9038320 or 1054326. OLE color: 1054326.

HSL color Cylindrical-coordinate representation of color #761610: hue angle of 3.53º degrees, saturation: 0.76, 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 #761610 is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 22 16 -
CMYK 0 0.81 0.86 0.54
HSL 3.53º 0.76% 0.26% -
HSV(B) 3.53º 0.86% 0.46% -
XYZ 7.85 4.46 0.94 -
YUV 50.02 108.8 176.49 -
System Red Green Blue C M Y K H S L
Decimal 118 22 16 0 0.81 0.86 0.54 3.53 0.76 0.26
Hex 76 16 10 0 51 56 36 4 4C 1A
Octal 166 26 20 0 121 126 66 4 114 32
Binary 1110110 10110 10000 0 1010001 1010110 110110 100 1001100 11010

Color Harmonies of #761610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761610

Black with #761610

Text Example


Text Example

White with #761610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761610; }

 p { color: rgb(118,22,16); }

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

background-color css

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

 a { background-color: rgb(118,22,16); }

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

border-color css

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

 span { border-color: rgb(118,22,16); }

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