#761A15

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

Shades of Falu Red #761A15

Tints of Falu Red #761A15

Color information

#761A15 (or 0x761A15) is unknown color: approx Falu Red. HEX triplet: 76, 1A and 15. RGB value is (118,26,21). Sum of RGB (Red+Green+Blue) = 118+26+21=165 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.52% from 165); Green value is 26 (10.55% from 255 or 15.76% from 165); Blue value is 21 (8.59% from 255 or 12.73% from 165); Max value from RGB is 118 - color contains mainly: red. Hex color #761A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761A15 is #89E5EA. Grayscale: #353535. Windows color (decimal): -9037291 or 1383030. OLE color: 1383030.

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

Color convert

RGB1182621-
CMYK00.780.820.54
HSL3.09º69.78%27.25%-
HSV(B)3.09º82.2%46.27%-
XYZ7.984.641.19-
YUV52.94109.98174.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 71.52%
GREEN value IS 26 (10.55% from 255) = 15.76%
BLUE value IS 21 (8.59% from 255) = 12.73%
R=71.52%
G=15.76%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118262100.780.820.543.0969.7827.25
Hex761A1504E52363461b
Octal1663225011612266310633
Binary1110110110101010101001110101001011011011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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