#761D1A

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

Shades of Falu Red #761D1A

Tints of Falu Red #761D1A

Color information

#761D1A (or 0x761D1A) is unknown color: approx Falu Red. HEX triplet: 76, 1D and 1A. RGB value is (118,29,26). Sum of RGB (Red+Green+Blue) = 118+29+26=173 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.21% from 173); Green value is 29 (11.72% from 255 or 16.76% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 118 - color contains mainly: red. Hex color #761D1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761D1A is #89E2E5. Grayscale: #373737. Windows color (decimal): -9036518 or 1711478. OLE color: 1711478.

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

Color convert

RGB1182926-
CMYK00.750.780.54
HSL1.96º63.89%28.24%-
HSV(B)1.96º77.97%46.27%-
XYZ8.14.81.48-
YUV55.27111.49172.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 68.21%
GREEN value IS 29 (11.72% from 255) = 16.76%
BLUE value IS 26 (10.55% from 255) = 15.03%
R=68.21%
G=16.76%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118292600.750.780.541.9663.8928.24
Hex761D1A04B4E362401c
Octal1663532011311666210034
Binary1110110111011101001001011100111011011010100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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