#7D1509

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

Shades of Falu Red #7D1509

Tints of Falu Red #7D1509

Color information

#7D1509 (or 0x7D1509) is unknown color: approx Falu Red. HEX triplet: 7D, 15 and 09. RGB value is (125,21,9). Sum of RGB (Red+Green+Blue) = 125+21+9=155 (20% of max value = 765). Red value is 125 (49.22% from 255 or 80.65% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 9 (3.91% from 255 or 5.81% from 155); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D1509 is #82EAF6. Grayscale: #323232. Windows color (decimal): -8579831 or 595325. OLE color: 595325.

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

Color convert

RGB125219-
CMYK00.830.930.51
HSL6.21º86.57%26.27%-
HSV(B)6.21º92.8%49.02%-
XYZ8.774.920.74-
YUV50.73104.46180.98-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 80.65%
GREEN value IS 21 (8.59% from 255) = 13.55%
BLUE value IS 9 (3.91% from 255) = 5.81%
R=80.65%
G=13.55%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.93
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12521900.830.930.516.2186.5726.27
Hex7D1590535D336571a
Octal1752511012313563612732
Binary1111101101011001010100111011101110011110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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