#761A16

Color #761A16 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #761A16

Tints of Falu Red #761A16

Color information

#761A16 (or 0x761A16) is unknown color: approx Falu Red. HEX triplet: 76, 1A and 16. RGB value is (118,26,22). Sum of RGB (Red+Green+Blue) = 118+26+22=166 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.08% from 166); Green value is 26 (10.55% from 255 or 15.66% from 166); Blue value is 22 (8.98% from 255 or 13.25% from 166); Max value from RGB is 118 - color contains mainly: red. Hex color #761A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761A16 is #89E5E9. Grayscale: #353535. Windows color (decimal): -9037290 or 1448566. OLE color: 1448566.

HSL color Cylindrical-coordinate representation of color #761A16: hue angle of 2.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 #761A16 is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB1182622-
CMYK00.780.810.54
HSL2.5º68.57%27.45%-
HSV(B)2.5º81.36%46.27%-
XYZ7.994.651.24-
YUV53.05110.48174.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 71.08%
GREEN value IS 26 (10.55% from 255) = 15.66%
BLUE value IS 22 (8.98% from 255) = 13.25%
R=71.08%
G=15.66%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118262200.780.810.542.568.5727.45
Hex761A1604E51363451b
Octal1663226011612166310533
Binary1110110110101011001001110101000111011011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #761A16;
 }
 .AnyTagClassName
 {
   color: #761A16;
 }
</style>
background-color css

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

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

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

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

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

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