#7A110D

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

Shades of Falu Red #7A110D

Tints of Falu Red #7A110D

Color information

#7A110D (or 0x7A110D) is unknown color: approx Falu Red. HEX triplet: 7A, 11 and 0D. RGB value is (122,17,13). Sum of RGB (Red+Green+Blue) = 122+17+13=152 (20% of max value = 765). Red value is 122 (48.05% from 255 or 80.26% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 122 - color contains mainly: red. Hex color #7A110D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A110D is #85EEF2. Grayscale: #303030. Windows color (decimal): -8777459 or 856442. OLE color: 856442.

HSL color Cylindrical-coordinate representation of color #7A110D: hue angle of 2.2º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A110D is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.52.

Color convert

RGB1221713-
CMYK00.860.890.52
HSL2.2º80.74%26.47%-
HSV(B)2.2º89.34%47.84%-
XYZ8.34.570.82-
YUV47.94108.29180.83-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 80.26%
GREEN value IS 17 (7.03% from 255) = 11.18%
BLUE value IS 13 (5.47% from 255) = 8.55%
R=80.26%
G=11.18%
B=8.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.89
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122171300.860.890.522.280.7426.47
Hex7A11D05659342511a
Octal1722115012613164212132
Binary111101010001110101010110101100111010010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A110D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,17,13); }

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

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

 a { background-color: rgb(122,17,13); }

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

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

 span { border-color: rgb(122,17,13); }

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