#791F1A

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

Shades of Falu Red #791F1A

Tints of Falu Red #791F1A

Color information

#791F1A (or 0x791F1A) is unknown color: approx Falu Red. HEX triplet: 79, 1F and 1A. RGB value is (121,31,26). Sum of RGB (Red+Green+Blue) = 121+31+26=178 (23% of max value = 765). Red value is 121 (47.66% from 255 or 67.98% from 178); Green value is 31 (12.5% from 255 or 17.42% from 178); Blue value is 26 (10.55% from 255 or 14.61% from 178); Max value from RGB is 121 - color contains mainly: red. Hex color #791F1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791F1A is #86E0E5. Grayscale: #393939. Windows color (decimal): -8839398 or 1711993. OLE color: 1711993.

HSL color Cylindrical-coordinate representation of color #791F1A: hue angle of 3.16º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #791F1A is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB1213126-
CMYK00.740.790.53
HSL3.16º64.63%28.82%-
HSV(B)3.16º78.51%47.45%-
XYZ8.565.121.51-
YUV57.34110.32173.41-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 67.98%
GREEN value IS 31 (12.5% from 255) = 17.42%
BLUE value IS 26 (10.55% from 255) = 14.61%
R=67.98%
G=17.42%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121312600.740.790.533.1664.6328.82
Hex791F1A04A4F353411d
Octal1713732011211765310135
Binary1111001111111101001001010100111111010111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791F1A; }

 p { color: rgb(121,31,26); }

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

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

 a { background-color: rgb(121,31,26); }

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

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

 span { border-color: rgb(121,31,26); }

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