#7B1616

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

Shades of Falu Red #7B1616

Tints of Falu Red #7B1616

Color information

#7B1616 (or 0x7B1616) is unknown color: approx Falu Red. HEX triplet: 7B, 16 and 16. RGB value is (123,22,22). Sum of RGB (Red+Green+Blue) = 123+22+22=167 (22% of max value = 765). Red value is 123 (48.44% from 255 or 73.65% from 167); Green value is 22 (8.98% from 255 or 13.17% from 167); Blue value is 22 (8.98% from 255 or 13.17% from 167); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1616 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B1616 is #84E9E9. Grayscale: #343434. Windows color (decimal): -8710634 or 1447547. OLE color: 1447547.

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

Color convert

RGB1232222-
CMYK00.820.820.52
HSL69.66%28.43%-
HSV(B)82.11%48.24%-
XYZ8.64.841.24-
YUV52.2110.96178.5-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 73.65%
GREEN value IS 22 (8.98% from 255) = 13.17%
BLUE value IS 22 (8.98% from 255) = 13.17%
R=73.65%
G=13.17%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.82
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123222200.820.820.52069.6628.43
Hex7B161605252340461c
Octal1732626012212264010634
Binary111101110110101100101001010100101101000100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,22,22); }

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

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

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

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

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

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

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