#7A1307

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

Shades of Falu Red #7A1307

Tints of Falu Red #7A1307

Color information

#7A1307 (or 0x7A1307) is unknown color: approx Falu Red. HEX triplet: 7A, 13 and 07. RGB value is (122,19,7). Sum of RGB (Red+Green+Blue) = 122+19+7=148 (19% of max value = 765). Red value is 122 (48.05% from 255 or 82.43% from 148); Green value is 19 (7.81% from 255 or 12.84% from 148); Blue value is 7 (3.12% from 255 or 4.73% from 148); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1307 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A1307 is #85ECF8. Grayscale: #303030. Windows color (decimal): -8776953 or 463738. OLE color: 463738.

HSL color Cylindrical-coordinate representation of color #7A1307: hue angle of 6.26º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A1307 is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.52.

Color convert

RGB122197-
CMYK00.840.940.52
HSL6.26º89.15%25.29%-
HSV(B)6.26º94.26%47.84%-
XYZ8.34.620.66-
YUV48.43104.62180.48-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 82.43%
GREEN value IS 19 (7.81% from 255) = 12.84%
BLUE value IS 7 (3.12% from 255) = 4.73%
R=82.43%
G=12.84%
B=4.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.94
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12219700.840.940.526.2689.1525.29
Hex7A1370545E3465919
Octal172237012413664613131
Binary111101010011111010101001011110110100110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,19,7); }

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

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

 a { background-color: rgb(122,19,7); }

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

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

 span { border-color: rgb(122,19,7); }

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