#7D170F

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

Shades of Falu Red #7D170F

Tints of Falu Red #7D170F

Color information

#7D170F (or 0x7D170F) is unknown color: approx Falu Red. HEX triplet: 7D, 17 and 0F. RGB value is (125,23,15). Sum of RGB (Red+Green+Blue) = 125+23+15=163 (21% of max value = 765). Red value is 125 (49.22% from 255 or 76.69% from 163); Green value is 23 (9.38% from 255 or 14.11% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 125 - color contains mainly: red. Hex color #7D170F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D170F is #82E8F0. Grayscale: #343434. Windows color (decimal): -8579313 or 989053. OLE color: 989053.

HSL color Cylindrical-coordinate representation of color #7D170F: hue angle of 4.36º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7D170F is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.51.

Color convert

RGB1252315-
CMYK00.820.880.51
HSL4.36º78.57%27.45%-
HSV(B)4.36º88%49.02%-
XYZ8.855.010.95-
YUV52.59106.79179.65-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 76.69%
GREEN value IS 23 (9.38% from 255) = 14.11%
BLUE value IS 15 (6.25% from 255) = 9.20%
R=76.69%
G=14.11%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.88
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125231500.820.880.514.3678.5727.45
Hex7D17F052583344f1b
Octal1752717012213063411733
Binary1111101101111111010100101011000110011100100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D170F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,23,15); }

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

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

 a { background-color: rgb(125,23,15); }

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

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

 span { border-color: rgb(125,23,15); }

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