#761F15

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

Shades of Falu Red #761F15

Tints of Falu Red #761F15

Color information

#761F15 (or 0x761F15) is unknown color: approx Falu Red. HEX triplet: 76, 1F and 15. RGB value is (118,31,21). Sum of RGB (Red+Green+Blue) = 118+31+21=170 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.41% from 170); Green value is 31 (12.5% from 255 or 18.24% from 170); Blue value is 21 (8.59% from 255 or 12.35% from 170); Max value from RGB is 118 - color contains mainly: red. Hex color #761F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761F15 is #89E0EA. Grayscale: #383838. Windows color (decimal): -9036011 or 1384310. OLE color: 1384310.

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

Color convert

RGB1183121-
CMYK00.740.820.54
HSL6.19º69.78%27.25%-
HSV(B)6.19º82.2%46.27%-
XYZ8.14.891.23-
YUV55.87108.32172.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 69.41%
GREEN value IS 31 (12.5% from 255) = 18.24%
BLUE value IS 21 (8.59% from 255) = 12.35%
R=69.41%
G=18.24%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118312100.740.820.546.1969.7827.25
Hex761F1504A52366461b
Octal1663725011212266610633
Binary11101101111110101010010101010010110110110100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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