#7A2201

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

Shades of Falu Red #7A2201

Tints of Falu Red #7A2201

Color information

#7A2201 (or 0x7A2201) is unknown color: approx Falu Red. HEX triplet: 7A, 22 and 01. RGB value is (122,34,1). Sum of RGB (Red+Green+Blue) = 122+34+1=157 (20% of max value = 765). Red value is 122 (48.05% from 255 or 77.71% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 1 (0.78% from 255 or 0.64% from 157); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A2201 is #85DDFE. Grayscale: #383838. Windows color (decimal): -8773119 or 74362. OLE color: 74362.

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

Color convert

RGB122341-
CMYK00.720.990.52
HSL16.36º98.37%24.12%-
HSV(B)16.36º99.18%47.84%-
XYZ8.65.280.6-
YUV56.5596.65174.68-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 77.71%
GREEN value IS 34 (13.67% from 255) = 21.66%
BLUE value IS 1 (0.78% from 255) = 0.64%
R=77.71%
G=21.66%
B=0.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.99
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12234100.720.990.5216.3698.3724.12
Hex7A2210486334106218
Octal1724210110143642014230
Binary1111010100010101001000110001111010010000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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