#7A1509

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

Shades of Falu Red #7A1509

Tints of Falu Red #7A1509

Color information

#7A1509 (or 0x7A1509) is unknown color: approx Falu Red. HEX triplet: 7A, 15 and 09. RGB value is (122,21,9). Sum of RGB (Red+Green+Blue) = 122+21+9=152 (20% of max value = 765). Red value is 122 (48.05% from 255 or 80.26% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 9 (3.91% from 255 or 5.92% from 152); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A1509 is #85EAF6. Grayscale: #313131. Windows color (decimal): -8776439 or 595322. OLE color: 595322.

HSL color Cylindrical-coordinate representation of color #7A1509: hue angle of 6.37º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A1509 is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.52.

Color convert

RGB122219-
CMYK00.830.930.52
HSL6.37º86.26%25.69%-
HSV(B)6.37º92.62%47.84%-
XYZ8.344.690.72-
YUV49.83104.96179.48-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 80.26%
GREEN value IS 21 (8.59% from 255) = 13.82%
BLUE value IS 9 (3.91% from 255) = 5.92%
R=80.26%
G=13.82%
B=5.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.93
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12221900.830.930.526.3786.2625.69
Hex7A1590535D346561a
Octal1722511012313564612632
Binary1111010101011001010100111011101110100110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,21,9); }

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

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

 a { background-color: rgb(122,21,9); }

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

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

 span { border-color: rgb(122,21,9); }

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