#7D110F

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

Shades of Falu Red #7D110F

Tints of Falu Red #7D110F

Color information

#7D110F (or 0x7D110F) is unknown color: approx Falu Red. HEX triplet: 7D, 11 and 0F. RGB value is (125,17,15). Sum of RGB (Red+Green+Blue) = 125+17+15=157 (20% of max value = 765). Red value is 125 (49.22% from 255 or 79.62% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 125 - color contains mainly: red. Hex color #7D110F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D110F is #82EEF0. Grayscale: #313131. Windows color (decimal): -8580849 or 987517. OLE color: 987517.

HSL color Cylindrical-coordinate representation of color #7D110F: hue angle of 1.09º 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 #7D110F is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.51.

Color convert

RGB1251715-
CMYK00.860.880.51
HSL1.09º78.57%27.45%-
HSV(B)1.09º88%49.02%-
XYZ8.744.80.92-
YUV49.06108.78182.16-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 79.62%
GREEN value IS 17 (7.03% from 255) = 10.83%
BLUE value IS 15 (6.25% from 255) = 9.55%
R=79.62%
G=10.83%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.88
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125171500.860.880.511.0978.5727.45
Hex7D11F056583314f1b
Octal1752117012613063111733
Binary11111011000111110101011010110001100111100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D110F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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