#7D110A

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

Shades of Falu Red #7D110A

Tints of Falu Red #7D110A

Color information

#7D110A (or 0x7D110A) is unknown color: approx Falu Red. HEX triplet: 7D, 11 and 0A. RGB value is (125,17,10). Sum of RGB (Red+Green+Blue) = 125+17+10=152 (20% of max value = 765). Red value is 125 (49.22% from 255 or 82.24% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 10 (4.30% from 255 or 6.58% from 152); Max value from RGB is 125 - color contains mainly: red. Hex color #7D110A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D110A is #82EEF5. Grayscale: #303030. Windows color (decimal): -8580854 or 659837. OLE color: 659837.

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

Color convert

RGB1251710-
CMYK00.860.920.51
HSL3.65º85.19%26.47%-
HSV(B)3.65º92%49.02%-
XYZ8.714.780.75-
YUV48.49106.28182.57-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 82.24%
GREEN value IS 17 (7.03% from 255) = 11.18%
BLUE value IS 10 (4.30% from 255) = 6.58%
R=82.24%
G=11.18%
B=6.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.92
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125171000.860.920.513.6585.1926.47
Hex7D11A0565C334551a
Octal1752112012613463412532
Binary1111101100011010010101101011100110011100101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D110A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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