#7A110F

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

Shades of Falu Red #7A110F

Tints of Falu Red #7A110F

Color information

#7A110F (or 0x7A110F) is unknown color: approx Falu Red. HEX triplet: 7A, 11 and 0F. RGB value is (122,17,15). Sum of RGB (Red+Green+Blue) = 122+17+15=154 (20% of max value = 765). Red value is 122 (48.05% from 255 or 79.22% from 154); Green value is 17 (7.03% from 255 or 11.04% from 154); Blue value is 15 (6.25% from 255 or 9.74% from 154); Max value from RGB is 122 - color contains mainly: red. Hex color #7A110F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A110F is #85EEF0. Grayscale: #303030. Windows color (decimal): -8777457 or 987514. OLE color: 987514.

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

Color convert

RGB1221715-
CMYK00.860.880.52
HSL1.12º78.1%26.86%-
HSV(B)1.12º87.7%47.84%-
XYZ8.314.570.9-
YUV48.17109.29180.66-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 79.22%
GREEN value IS 17 (7.03% from 255) = 11.04%
BLUE value IS 15 (6.25% from 255) = 9.74%
R=79.22%
G=11.04%
B=9.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.88
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122171500.860.880.521.1278.126.86
Hex7A11F056583414e1b
Octal1722117012613064111633
Binary11110101000111110101011010110001101001100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A110F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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