#7D1B07

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

Shades of Falu Red #7D1B07

Tints of Falu Red #7D1B07

Color information

#7D1B07 (or 0x7D1B07) is unknown color: approx Falu Red. HEX triplet: 7D, 1B and 07. RGB value is (125,27,7). Sum of RGB (Red+Green+Blue) = 125+27+7=159 (21% of max value = 765). Red value is 125 (49.22% from 255 or 78.62% from 159); Green value is 27 (10.94% from 255 or 16.98% from 159); Blue value is 7 (3.12% from 255 or 4.40% from 159); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1B07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D1B07 is #82E4F8. Grayscale: #363636. Windows color (decimal): -8578297 or 465789. OLE color: 465789.

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

Color convert

RGB125277-
CMYK00.780.940.51
HSL10.17º89.39%25.88%-
HSV(B)10.17º94.4%49.02%-
XYZ8.895.160.73-
YUV54.02101.47178.63-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 78.62%
GREEN value IS 27 (10.94% from 255) = 16.98%
BLUE value IS 7 (3.12% from 255) = 4.40%
R=78.62%
G=16.98%
B=4.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.94
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12527700.780.940.5110.1789.3925.88
Hex7D1B704E5E33a591a
Octal1753370116136631213132
Binary1111101110111110100111010111101100111010101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,27,7); }

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

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

 a { background-color: rgb(125,27,7); }

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

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

 span { border-color: rgb(125,27,7); }

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