Html Css Color HEX #761E16 Falu Red

📋 copy color: '#761E16'

red 118 ◦ green 30 ◦ blue 22

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

Shades of Falu Red #761E16

Tints of Falu Red #761E16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.94%

R = 69.41%
G = 17.65%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#761E16 (or 0x761E16) is known color: Falu Red. HEX triplet: 76, 1E and 16. RGB value is (118,30,22). Sum of RGB (Red+Green+Blue) = 118+30+22=170 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.41% from 170); Green value is 30 (12.11% from 255 or 17.65% from 170); Blue value is 22 (8.98% from 255 or 12.94% from 170); Max value from RGB is 118 - color contains mainly: red. Hex color #761E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761E16 is #89E1E9. Grayscale: #373737. Windows color (decimal): -9036266 or 1449590. OLE color: 1449590.

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

Color convert

RGB 118 30 22 -
CMYK 0 0.75 0.81 0.54
HSL 0.69% 0.27% -
HSV(B) 0.81% 0.46% -
XYZ 8.08 4.84 1.27 -
YUV 55.4 109.15 172.65 -
System Red Green Blue C M Y K H S L
Decimal 118 30 22 0 0.75 0.81 0.54 5 0.69 0.27
Hex 76 1E 16 0 4B 51 36 5 45 1B
Octal 166 36 26 0 113 121 66 5 105 33
Binary 1110110 11110 10110 0 1001011 1010001 110110 101 1000101 11011

Color Harmonies of #761E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761E16

Black with #761E16

Text Example


Text Example

White with #761E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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