#7a2004

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

Shades of Falu Red #7A2004

Tints of Falu Red #7A2004

Color information

#7A2004 (or 0x7A2004) is unknown color: approx Falu Red. HEX triplet: 7A, 20 and 04. RGB value is (122,32,4). Sum of RGB (Red+Green+Blue) = 122+32+4=158 (20% of max value = 765). Red value is 122 (48.05% from 255 or 77.22% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 4 (1.95% from 255 or 2.53% from 158); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A2004 is #85DFFB. Grayscale: #373737. Windows color (decimal): -8773628 or 270458. OLE color: 270458.

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

Color convert

RGB122324-
CMYK00.740.970.52
HSL14.24º93.65%24.71%-
HSV(B)14.24º96.72%47.84%-
XYZ8.565.180.66-
YUV55.7298.82175.28-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 77.22%
GREEN value IS 32 (12.89% from 255) = 20.25%
BLUE value IS 4 (1.95% from 255) = 2.53%
R=77.22%
G=20.25%
B=2.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.97
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12232400.740.970.5214.2493.6524.71
Hex7A20404A6134e5e19
Octal1724040112141641613631
Binary11110101000001000100101011000011101001110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a2004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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