#761B16

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

Shades of Falu Red #761B16

Tints of Falu Red #761B16

Color information

#761B16 (or 0x761B16) is unknown color: approx Falu Red. HEX triplet: 76, 1B and 16. RGB value is (118,27,22). Sum of RGB (Red+Green+Blue) = 118+27+22=167 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.66% from 167); Green value is 27 (10.94% from 255 or 16.17% from 167); Blue value is 22 (8.98% from 255 or 13.17% from 167); Max value from RGB is 118 - color contains mainly: red. Hex color #761B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761B16 is #89E4E9. Grayscale: #353535. Windows color (decimal): -9037034 or 1448822. OLE color: 1448822.

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

Color convert

RGB1182722-
CMYK00.770.810.54
HSL3.13º68.57%27.45%-
HSV(B)3.13º81.36%46.27%-
XYZ8.014.691.24-
YUV53.64110.15173.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 70.66%
GREEN value IS 27 (10.94% from 255) = 16.17%
BLUE value IS 22 (8.98% from 255) = 13.17%
R=70.66%
G=16.17%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118272200.770.810.543.1368.5727.45
Hex761B1604D51363451b
Octal1663326011512166310533
Binary1110110110111011001001101101000111011011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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