#7A2614

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

Shades of Falu Red #7A2614

Tints of Falu Red #7A2614

Color information

#7A2614 (or 0x7A2614) is unknown color: approx Falu Red. HEX triplet: 7A, 26 and 14. RGB value is (122,38,20). Sum of RGB (Red+Green+Blue) = 122+38+20=180 (23% of max value = 765). Red value is 122 (48.05% from 255 or 67.78% from 180); Green value is 38 (15.23% from 255 or 21.11% from 180); Blue value is 20 (8.20% from 255 or 11.11% from 180); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2614 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A2614 is #85D9EB. Grayscale: #3D3D3D. Windows color (decimal): -8772076 or 1320570. OLE color: 1320570.

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

Color convert

RGB1223820-
CMYK00.690.840.52
HSL10.59º71.83%27.84%-
HSV(B)10.59º83.61%47.84%-
XYZ8.855.571.27-
YUV61.06104.83171.46-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 67.78%
GREEN value IS 38 (15.23% from 255) = 21.11%
BLUE value IS 20 (8.20% from 255) = 11.11%
R=67.78%
G=21.11%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122382000.690.840.5210.5971.8327.84
Hex7A26140455434b481c
Octal17246240105124641311034
Binary1111010100110101000100010110101001101001011100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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