#791E1A

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

Shades of Falu Red #791E1A

Tints of Falu Red #791E1A

Color information

#791E1A (or 0x791E1A) is unknown color: approx Falu Red. HEX triplet: 79, 1E and 1A. RGB value is (121,30,26). Sum of RGB (Red+Green+Blue) = 121+30+26=177 (23% of max value = 765). Red value is 121 (47.66% from 255 or 68.36% from 177); Green value is 30 (12.11% from 255 or 16.95% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 121 - color contains mainly: red. Hex color #791E1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791E1A is #86E1E5. Grayscale: #383838. Windows color (decimal): -8839654 or 1711737. OLE color: 1711737.

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

Color convert

RGB1213026-
CMYK00.750.790.53
HSL2.53º64.63%28.82%-
HSV(B)2.53º78.51%47.45%-
XYZ8.545.071.51-
YUV56.75110.65173.83-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 68.36%
GREEN value IS 30 (12.11% from 255) = 16.95%
BLUE value IS 26 (10.55% from 255) = 14.69%
R=68.36%
G=16.95%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121302600.750.790.532.5364.6328.82
Hex791E1A04B4F353411d
Octal1713632011311765310135
Binary1111001111101101001001011100111111010111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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