#761F10

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

Shades of Falu Red #761F10

Tints of Falu Red #761F10

Color information

#761F10 (or 0x761F10) is unknown color: approx Falu Red. HEX triplet: 76, 1F and 10. RGB value is (118,31,16). Sum of RGB (Red+Green+Blue) = 118+31+16=165 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.52% from 165); Green value is 31 (12.5% from 255 or 18.79% from 165); Blue value is 16 (6.64% from 255 or 9.70% from 165); Max value from RGB is 118 - color contains mainly: red. Hex color #761F10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761F10 is #89E0EF. Grayscale: #373737. Windows color (decimal): -9036016 or 1056630. OLE color: 1056630.

HSL color Cylindrical-coordinate representation of color #761F10: hue angle of 8.82º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761F10 is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB1183116-
CMYK00.740.860.54
HSL8.82º76.12%26.27%-
HSV(B)8.82º86.44%46.27%-
XYZ8.054.871.01-
YUV55.3105.82172.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 71.52%
GREEN value IS 31 (12.5% from 255) = 18.79%
BLUE value IS 16 (6.64% from 255) = 9.70%
R=71.52%
G=18.79%
B=9.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118311600.740.860.548.8276.1226.27
Hex761F1004A563694c1a
Octal16637200112126661111432
Binary111011011111100000100101010101101101101001100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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