#7A2014

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

Shades of Falu Red #7A2014

Tints of Falu Red #7A2014

Color information

#7A2014 (or 0x7A2014) is unknown color: approx Falu Red. HEX triplet: 7A, 20 and 14. RGB value is (122,32,20). Sum of RGB (Red+Green+Blue) = 122+32+20=174 (23% of max value = 765). Red value is 122 (48.05% from 255 or 70.11% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A2014 is #85DFEB. Grayscale: #393939. Windows color (decimal): -8773612 or 1319034. OLE color: 1319034.

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

Color convert

RGB1223220-
CMYK00.740.840.52
HSL7.06º71.83%27.84%-
HSV(B)7.06º83.61%47.84%-
XYZ8.675.221.21-
YUV57.54106.82173.98-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 70.11%
GREEN value IS 32 (12.89% from 255) = 18.39%
BLUE value IS 20 (8.20% from 255) = 11.49%
R=70.11%
G=18.39%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122322000.740.840.527.0671.8327.84
Hex7A201404A54347481c
Octal1724024011212464711034
Binary111101010000010100010010101010100110100111100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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