#7B1811

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

Shades of Falu Red #7B1811

Tints of Falu Red #7B1811

Color information

#7B1811 (or 0x7B1811) is unknown color: approx Falu Red. HEX triplet: 7B, 18 and 11. RGB value is (123,24,17). Sum of RGB (Red+Green+Blue) = 123+24+17=164 (21% of max value = 765). Red value is 123 (48.44% from 255 or 75% from 164); Green value is 24 (9.77% from 255 or 14.63% from 164); Blue value is 17 (7.03% from 255 or 10.37% from 164); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1811 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B1811 is #84E7EE. Grayscale: #343434. Windows color (decimal): -8710127 or 1120379. OLE color: 1120379.

HSL color Cylindrical-coordinate representation of color #7B1811: hue angle of 3.96º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7B1811 is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.52.

Color convert

RGB1232417-
CMYK00.800.860.52
HSL3.96º75.71%27.45%-
HSV(B)3.96º86.18%48.24%-
XYZ8.64.91.02-
YUV52.8107.8178.07-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 75%
GREEN value IS 24 (9.77% from 255) = 14.63%
BLUE value IS 17 (7.03% from 255) = 10.37%
R=75%
G=14.63%
B=10.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.86
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123241700.800.860.523.9675.7127.45
Hex7B1811050563444c1b
Octal1733021012012664411433
Binary11110111100010001010100001010110110100100100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B1811; }

 p { color: rgb(123,24,17); }

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

<style>
 a { background-color: #7B1811; }

 a { background-color: rgb(123,24,17); }

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

<style>
 span { border-color: #7B1811; }

 span { border-color: rgb(123,24,17); }

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