#7B2020

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

Shades of Falu Red #7B2020

Tints of Falu Red #7B2020

Color information

#7B2020 (or 0x7B2020) is unknown color: approx Falu Red. HEX triplet: 7B, 20 and 20. RGB value is (123,32,32). Sum of RGB (Red+Green+Blue) = 123+32+32=187 (24% of max value = 765). Red value is 123 (48.44% from 255 or 65.78% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 32 (12.89% from 255 or 17.11% from 187); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2020 is #84DFDF. Grayscale: #3B3B3B. Windows color (decimal): -8708064 or 2105467. OLE color: 2105467.

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

Color convert

RGB1233232-
CMYK00.740.740.52
HSL58.71%30.39%-
HSV(B)73.98%48.24%-
XYZ8.955.351.93-
YUV59.21112.65173.5-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 65.78%
GREEN value IS 32 (12.89% from 255) = 17.11%
BLUE value IS 32 (12.89% from 255) = 17.11%
R=65.78%
G=17.11%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.74
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123323200.740.740.52058.7130.39
Hex7B202004A4A3403b1e
Octal173404001121126407336
Binary1111011100000100000010010101001010110100011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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