#7A2814

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

Shades of Falu Red #7A2814

Tints of Falu Red #7A2814

Color information

#7A2814 (or 0x7A2814) is unknown color: approx Falu Red. HEX triplet: 7A, 28 and 14. RGB value is (122,40,20). Sum of RGB (Red+Green+Blue) = 122+40+20=182 (24% of max value = 765). Red value is 122 (48.05% from 255 or 67.03% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2814 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A2814 is #85D7EB. Grayscale: #3E3E3E. Windows color (decimal): -8771564 or 1321082. OLE color: 1321082.

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

Color convert

RGB1224020-
CMYK00.670.840.52
HSL11.76º71.83%27.84%-
HSV(B)11.76º83.61%47.84%-
XYZ8.915.711.29-
YUV62.24104.17170.63-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 67.03%
GREEN value IS 40 (16.02% from 255) = 21.98%
BLUE value IS 20 (8.20% from 255) = 10.99%
R=67.03%
G=21.98%
B=10.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122402000.670.840.5211.7671.8327.84
Hex7A28140435434c481c
Octal17250240103124641411034
Binary1111010101000101000100001110101001101001100100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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