#791D1C

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

Shades of Falu Red #791D1C

Tints of Falu Red #791D1C

Color information

#791D1C (or 0x791D1C) is unknown color: approx Falu Red. HEX triplet: 79, 1D and 1C. RGB value is (121,29,28). Sum of RGB (Red+Green+Blue) = 121+29+28=178 (23% of max value = 765). Red value is 121 (47.66% from 255 or 67.98% from 178); Green value is 29 (11.72% from 255 or 16.29% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 121 - color contains mainly: red. Hex color #791D1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791D1C is #86E2E3. Grayscale: #383838. Windows color (decimal): -8839908 or 1842553. OLE color: 1842553.

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

Color convert

RGB1212928-
CMYK00.760.770.53
HSL0.65º62.42%29.22%-
HSV(B)0.65º76.86%47.45%-
XYZ8.535.031.62-
YUV56.39111.98174.08-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 67.98%
GREEN value IS 29 (11.72% from 255) = 16.29%
BLUE value IS 28 (11.33% from 255) = 15.73%
R=67.98%
G=16.29%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121292800.760.770.530.6562.4229.22
Hex791D1C04C4D3513e1d
Octal171353401141156517635
Binary11110011110111100010011001001101110101111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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