#7A2414

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

Shades of Falu Red #7A2414

Tints of Falu Red #7A2414

Color information

#7A2414 (or 0x7A2414) is unknown color: approx Falu Red. HEX triplet: 7A, 24 and 14. RGB value is (122,36,20). Sum of RGB (Red+Green+Blue) = 122+36+20=178 (23% of max value = 765). Red value is 122 (48.05% from 255 or 68.54% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A2414 is #85DBEB. Grayscale: #3C3C3C. Windows color (decimal): -8772588 or 1320058. OLE color: 1320058.

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

Color convert

RGB1223620-
CMYK00.700.840.52
HSL9.41º71.83%27.84%-
HSV(B)9.41º83.61%47.84%-
XYZ8.785.451.25-
YUV59.89105.49172.3-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 68.54%
GREEN value IS 36 (14.45% from 255) = 20.22%
BLUE value IS 20 (8.20% from 255) = 11.24%
R=68.54%
G=20.22%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122362000.700.840.529.4171.8327.84
Hex7A241404654349481c
Octal17244240106124641111034
Binary1111010100100101000100011010101001101001001100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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