#761A19

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

Shades of Falu Red #761A19

Tints of Falu Red #761A19

Color information

#761A19 (or 0x761A19) is unknown color: approx Falu Red. HEX triplet: 76, 1A and 19. RGB value is (118,26,25). Sum of RGB (Red+Green+Blue) = 118+26+25=169 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.82% from 169); Green value is 26 (10.55% from 255 or 15.38% from 169); Blue value is 25 (10.16% from 255 or 14.79% from 169); Max value from RGB is 118 - color contains mainly: red. Hex color #761A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761A19 is #89E5E6. Grayscale: #353535. Windows color (decimal): -9037287 or 1645174. OLE color: 1645174.

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

Color convert

RGB1182625-
CMYK00.780.790.54
HSL0.65º65.03%28.04%-
HSV(B)0.65º78.81%46.27%-
XYZ8.024.661.4-
YUV53.39111.98174.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 69.82%
GREEN value IS 26 (10.55% from 255) = 15.38%
BLUE value IS 25 (10.16% from 255) = 14.79%
R=69.82%
G=15.38%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118262500.780.790.540.6565.0328.04
Hex761A1904E4F361411c
Octal1663231011611766110134
Binary111011011010110010100111010011111101101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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