#76170B

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

Shades of Falu Red #76170B

Tints of Falu Red #76170B

Color information

#76170B (or 0x76170B) is unknown color: approx Falu Red. HEX triplet: 76, 17 and 0B. RGB value is (118,23,11). Sum of RGB (Red+Green+Blue) = 118+23+11=152 (20% of max value = 765). Red value is 118 (46.48% from 255 or 77.63% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 11 (4.69% from 255 or 7.24% from 152); Max value from RGB is 118 - color contains mainly: red. Hex color #76170B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76170B is #89E8F4. Grayscale: #323232. Windows color (decimal): -9038069 or 726902. OLE color: 726902.

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

Color convert

RGB1182311-
CMYK00.810.910.54
HSL6.73º82.95%25.29%-
HSV(B)6.73º90.68%46.27%-
XYZ7.844.490.77-
YUV50.04105.97176.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 77.63%
GREEN value IS 23 (9.38% from 255) = 15.13%
BLUE value IS 11 (4.69% from 255) = 7.24%
R=77.63%
G=15.13%
B=7.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118231100.810.910.546.7382.9525.29
Hex7617B0515B3675319
Octal1662713012113366712331
Binary1110110101111011010100011011011110110111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76170B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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