#7A2011

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

Shades of Falu Red #7A2011

Tints of Falu Red #7A2011

Color information

#7A2011 (or 0x7A2011) is unknown color: approx Falu Red. HEX triplet: 7A, 20 and 11. RGB value is (122,32,17). Sum of RGB (Red+Green+Blue) = 122+32+17=171 (22% of max value = 765). Red value is 122 (48.05% from 255 or 71.35% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 17 (7.03% from 255 or 9.94% from 171); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A2011 is #85DFEE. Grayscale: #393939. Windows color (decimal): -8773615 or 1122426. OLE color: 1122426.

HSL color Cylindrical-coordinate representation of color #7A2011: hue angle of 8.57º 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 #7A2011 is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.52.

Color convert

RGB1223217-
CMYK00.740.860.52
HSL8.57º75.54%27.25%-
HSV(B)8.57º86.07%47.84%-
XYZ8.645.211.08-
YUV57.2105.32174.22-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 71.35%
GREEN value IS 32 (12.89% from 255) = 18.71%
BLUE value IS 17 (7.03% from 255) = 9.94%
R=71.35%
G=18.71%
B=9.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.86
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122321700.740.860.528.5775.5427.25
Hex7A201104A563494c1b
Octal17240210112126641111433
Binary1111010100000100010100101010101101101001001100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,32,17); }

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

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

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

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

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

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

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