#791F1C

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

Shades of Falu Red #791F1C

Tints of Falu Red #791F1C

Color information

#791F1C (or 0x791F1C) is unknown color: approx Falu Red. HEX triplet: 79, 1F and 1C. RGB value is (121,31,28). Sum of RGB (Red+Green+Blue) = 121+31+28=180 (23% of max value = 765). Red value is 121 (47.66% from 255 or 67.22% from 180); Green value is 31 (12.5% from 255 or 17.22% from 180); Blue value is 28 (11.33% from 255 or 15.56% from 180); Max value from RGB is 121 - color contains mainly: red. Hex color #791F1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791F1C is #86E0E3. Grayscale: #393939. Windows color (decimal): -8839396 or 1843065. OLE color: 1843065.

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

Color convert

RGB1213128-
CMYK00.740.770.53
HSL1.94º62.42%29.22%-
HSV(B)1.94º76.86%47.45%-
XYZ8.585.131.64-
YUV57.57111.32173.24-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 67.22%
GREEN value IS 31 (12.5% from 255) = 17.22%
BLUE value IS 28 (11.33% from 255) = 15.56%
R=67.22%
G=17.22%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121312800.740.770.531.9462.4229.22
Hex791F1C04A4D3523e1d
Octal171373401121156527635
Binary111100111111111000100101010011011101011011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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