#7A1716

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

Shades of Falu Red #7A1716

Tints of Falu Red #7A1716

Color information

#7A1716 (or 0x7A1716) is unknown color: approx Falu Red. HEX triplet: 7A, 17 and 16. RGB value is (122,23,22). Sum of RGB (Red+Green+Blue) = 122+23+22=167 (22% of max value = 765). Red value is 122 (48.05% from 255 or 73.05% from 167); Green value is 23 (9.38% from 255 or 13.77% from 167); Blue value is 22 (8.98% from 255 or 13.17% from 167); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1716 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A1716 is #85E8E9. Grayscale: #343434. Windows color (decimal): -8775914 or 1447802. OLE color: 1447802.

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

Color convert

RGB1222322-
CMYK00.810.820.52
HSL0.6º69.44%28.24%-
HSV(B)0.6º81.97%47.84%-
XYZ8.484.811.24-
YUV52.49110.8177.58-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 73.05%
GREEN value IS 23 (9.38% from 255) = 13.77%
BLUE value IS 22 (8.98% from 255) = 13.17%
R=73.05%
G=13.77%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.82
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122232200.810.820.520.669.4428.24
Hex7A171605152341451c
Octal1722726012112264110534
Binary111101010111101100101000110100101101001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,23,22); }

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

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

 a { background-color: rgb(122,23,22); }

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

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

 span { border-color: rgb(122,23,22); }

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