#792110

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

Shades of Falu Red #792110

Tints of Falu Red #792110

Color information

#792110 (or 0x792110) is unknown color: approx Falu Red. HEX triplet: 79, 21 and 10. RGB value is (121,33,16). Sum of RGB (Red+Green+Blue) = 121+33+16=170 (22% of max value = 765). Red value is 121 (47.66% from 255 or 71.18% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 16 (6.64% from 255 or 9.41% from 170); Max value from RGB is 121 - color contains mainly: red. Hex color #792110 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792110 is #86DEEF. Grayscale: #393939. Windows color (decimal): -8838896 or 1057145. OLE color: 1057145.

HSL color Cylindrical-coordinate representation of color #792110: hue angle of 9.71º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #792110 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB1213316-
CMYK00.730.870.53
HSL9.71º76.64%26.86%-
HSV(B)9.71º86.78%47.45%-
XYZ8.525.191.04-
YUV57.37104.65173.38-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 71.18%
GREEN value IS 33 (13.28% from 255) = 19.41%
BLUE value IS 16 (6.64% from 255) = 9.41%
R=71.18%
G=19.41%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121331600.730.870.539.7176.6426.86
Hex7921100495735a4d1b
Octal17141200111127651211533
Binary1111001100001100000100100110101111101011010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792110; }

 p { color: rgb(121,33,16); }

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

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

 a { background-color: rgb(121,33,16); }

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

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

 span { border-color: rgb(121,33,16); }

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