#7A2402

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

Shades of Falu Red #7A2402

Tints of Falu Red #7A2402

Color information

#7A2402 (or 0x7A2402) is unknown color: approx Falu Red. HEX triplet: 7A, 24 and 02. RGB value is (122,36,2). Sum of RGB (Red+Green+Blue) = 122+36+2=160 (21% of max value = 765). Red value is 122 (48.05% from 255 or 76.25% from 160); Green value is 36 (14.45% from 255 or 22.5% from 160); Blue value is 2 (1.17% from 255 or 1.25% from 160); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A2402 is #85DBFD. Grayscale: #3A3A3A. Windows color (decimal): -8772606 or 140410. OLE color: 140410.

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

Color convert

RGB122362-
CMYK00.700.980.52
HSL17º96.77%24.31%-
HSV(B)17º98.36%47.84%-
XYZ8.675.40.64-
YUV57.8496.49173.76-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 76.25%
GREEN value IS 36 (14.45% from 255) = 22.5%
BLUE value IS 2 (1.17% from 255) = 1.25%
R=76.25%
G=22.5%
B=1.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.98
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12236200.700.980.521796.7724.31
Hex7A2420466234116118
Octal1724420106142642114130
Binary11110101001001001000110110001011010010001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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