#76170A

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

Shades of Falu Red #76170A

Tints of Falu Red #76170A

Color information

#76170A (or 0x76170A) is unknown color: approx Falu Red. HEX triplet: 76, 17 and 0A. RGB value is (118,23,10). Sum of RGB (Red+Green+Blue) = 118+23+10=151 (20% of max value = 765). Red value is 118 (46.48% from 255 or 78.15% from 151); Green value is 23 (9.38% from 255 or 15.23% from 151); Blue value is 10 (4.30% from 255 or 6.62% from 151); Max value from RGB is 118 - color contains mainly: red. Hex color #76170A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76170A is #89E8F5. Grayscale: #323232. Windows color (decimal): -9038070 or 661366. OLE color: 661366.

HSL color Cylindrical-coordinate representation of color #76170A: hue angle of 7.22º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76170A is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB1182310-
CMYK00.810.920.54
HSL7.22º84.38%25.1%-
HSV(B)7.22º91.53%46.27%-
XYZ7.834.490.74-
YUV49.92105.47176.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 78.15%
GREEN value IS 23 (9.38% from 255) = 15.23%
BLUE value IS 10 (4.30% from 255) = 6.62%
R=78.15%
G=15.23%
B=6.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118231000.810.920.547.2284.3825.1
Hex7617A0515C3675419
Octal1662712012113466712431
Binary1110110101111010010100011011100110110111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76170A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76170A; }

 p { color: rgb(118,23,10); }

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

<style>
 a { background-color: #76170A; }

 a { background-color: rgb(118,23,10); }

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

<style>
 span { border-color: #76170A; }

 span { border-color: rgb(118,23,10); }

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