#791910

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

Shades of Falu Red #791910

Tints of Falu Red #791910

Color information

#791910 (or 0x791910) is unknown color: approx Falu Red. HEX triplet: 79, 19 and 10. RGB value is (121,25,16). Sum of RGB (Red+Green+Blue) = 121+25+16=162 (21% of max value = 765). Red value is 121 (47.66% from 255 or 74.69% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 16 (6.64% from 255 or 9.88% from 162); Max value from RGB is 121 - color contains mainly: red. Hex color #791910 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791910 is #86E6EF. Grayscale: #343434. Windows color (decimal): -8840944 or 1055097. OLE color: 1055097.

HSL color Cylindrical-coordinate representation of color #791910: hue angle of 5.14º 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 #791910 is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB1212516-
CMYK00.790.870.53
HSL5.14º76.64%26.86%-
HSV(B)5.14º86.78%47.45%-
XYZ8.334.80.98-
YUV52.68107.3176.73-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 74.69%
GREEN value IS 25 (10.16% from 255) = 15.43%
BLUE value IS 16 (6.64% from 255) = 9.88%
R=74.69%
G=15.43%
B=9.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121251600.790.870.535.1476.6426.86
Hex79191004F573554d1b
Octal1713120011712765511533
Binary11110011100110000010011111010111110101101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791910; }

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

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

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

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

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

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

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

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