#7A1713

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

Shades of Falu Red #7A1713

Tints of Falu Red #7A1713

Color information

#7A1713 (or 0x7A1713) is unknown color: approx Falu Red. HEX triplet: 7A, 17 and 13. RGB value is (122,23,19). Sum of RGB (Red+Green+Blue) = 122+23+19=164 (21% of max value = 765). Red value is 122 (48.05% from 255 or 74.39% from 164); Green value is 23 (9.38% from 255 or 14.02% from 164); Blue value is 19 (7.81% from 255 or 11.59% from 164); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1713 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A1713 is #85E8EC. Grayscale: #343434. Windows color (decimal): -8775917 or 1251194. OLE color: 1251194.

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

Color convert

RGB1222319-
CMYK00.810.840.52
HSL2.33º73.05%27.65%-
HSV(B)2.33º84.43%47.84%-
XYZ8.454.81.1-
YUV52.14109.3177.83-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 74.39%
GREEN value IS 23 (9.38% from 255) = 14.02%
BLUE value IS 19 (7.81% from 255) = 11.59%
R=74.39%
G=14.02%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122231900.810.840.522.3373.0527.65
Hex7A171305154342491c
Octal1722723012112464211134
Binary1111010101111001101010001101010011010010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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