#7A2601

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

Shades of Falu Red #7A2601

Tints of Falu Red #7A2601

Color information

#7A2601 (or 0x7A2601) is unknown color: approx Falu Red. HEX triplet: 7A, 26 and 01. RGB value is (122,38,1). Sum of RGB (Red+Green+Blue) = 122+38+1=161 (21% of max value = 765). Red value is 122 (48.05% from 255 or 75.78% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 1 (0.78% from 255 or 0.62% from 161); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A2601 is #85D9FE. Grayscale: #3B3B3B. Windows color (decimal): -8772095 or 75386. OLE color: 75386.

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

Color convert

RGB122381-
CMYK00.690.990.52
HSL18.35º98.37%24.12%-
HSV(B)18.35º99.18%47.84%-
XYZ8.725.530.64-
YUV58.995.33173.01-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 75.78%
GREEN value IS 38 (15.23% from 255) = 23.60%
BLUE value IS 1 (0.78% from 255) = 0.62%
R=75.78%
G=23.60%
B=0.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.99
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12238100.690.990.5218.3598.3724.12
Hex7A2610456334126218
Octal1724610105143642214230
Binary1111010100110101000101110001111010010010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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