#7A2101

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

Shades of Falu Red #7A2101

Tints of Falu Red #7A2101

Color information

#7A2101 (or 0x7A2101) is unknown color: approx Falu Red. HEX triplet: 7A, 21 and 01. RGB value is (122,33,1). Sum of RGB (Red+Green+Blue) = 122+33+1=156 (20% of max value = 765). Red value is 122 (48.05% from 255 or 78.21% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 1 (0.78% from 255 or 0.64% from 156); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2101 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A2101 is #85DEFE. Grayscale: #383838. Windows color (decimal): -8773375 or 74106. OLE color: 74106.

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

Color convert

RGB122331-
CMYK00.730.990.52
HSL15.87º98.37%24.12%-
HSV(B)15.87º99.18%47.84%-
XYZ8.585.230.59-
YUV55.9696.99175.1-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 78.21%
GREEN value IS 33 (13.28% from 255) = 21.15%
BLUE value IS 1 (0.78% from 255) = 0.64%
R=78.21%
G=21.15%
B=0.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.99
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12233100.730.990.5215.8798.3724.12
Hex7A2110496334106218
Octal1724110111143642014230
Binary1111010100001101001001110001111010010000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,33,1); }

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

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

 a { background-color: rgb(122,33,1); }

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

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

 span { border-color: rgb(122,33,1); }

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