#7B2112

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

Shades of Falu Red #7B2112

Tints of Falu Red #7B2112

Color information

#7B2112 (or 0x7B2112) is unknown color: approx Falu Red. HEX triplet: 7B, 21 and 12. RGB value is (123,33,18). Sum of RGB (Red+Green+Blue) = 123+33+18=174 (23% of max value = 765). Red value is 123 (48.44% from 255 or 70.69% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 18 (7.42% from 255 or 10.34% from 174); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B2112 is #84DEED. Grayscale: #3A3A3A. Windows color (decimal): -8707822 or 1188219. OLE color: 1188219.

HSL color Cylindrical-coordinate representation of color #7B2112: hue angle of 8.57º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B2112 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.52.

Color convert

RGB1233318-
CMYK00.730.850.52
HSL8.57º74.47%27.65%-
HSV(B)8.57º85.37%48.24%-
XYZ8.825.341.14-
YUV58.2105.32174.22-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 70.69%
GREEN value IS 33 (13.28% from 255) = 18.97%
BLUE value IS 18 (7.42% from 255) = 10.34%
R=70.69%
G=18.97%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.85
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123331800.730.850.528.5774.4727.65
Hex7B2112049553494a1c
Octal17341220111125641111234
Binary1111011100001100100100100110101011101001001100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,33,18); }

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

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

 a { background-color: rgb(123,33,18); }

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

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

 span { border-color: rgb(123,33,18); }

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