#791D1A

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

Shades of Falu Red #791D1A

Tints of Falu Red #791D1A

Color information

#791D1A (or 0x791D1A) is unknown color: approx Falu Red. HEX triplet: 79, 1D and 1A. RGB value is (121,29,26). Sum of RGB (Red+Green+Blue) = 121+29+26=176 (23% of max value = 765). Red value is 121 (47.66% from 255 or 68.75% from 176); Green value is 29 (11.72% from 255 or 16.48% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 121 - color contains mainly: red. Hex color #791D1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791D1A is #86E2E5. Grayscale: #383838. Windows color (decimal): -8839910 or 1711481. OLE color: 1711481.

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

Color convert

RGB1212926-
CMYK00.760.790.53
HSL1.89º64.63%28.82%-
HSV(B)1.89º78.51%47.45%-
XYZ8.515.021.5-
YUV56.17110.98174.24-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 68.75%
GREEN value IS 29 (11.72% from 255) = 16.48%
BLUE value IS 26 (10.55% from 255) = 14.77%
R=68.75%
G=16.48%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121292600.760.790.531.8964.6328.82
Hex791D1A04C4F352411d
Octal1713532011411765210135
Binary1111001111011101001001100100111111010110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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