#791A04

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

Shades of Falu Red #791A04

Tints of Falu Red #791A04

Color information

#791A04 (or 0x791A04) is unknown color: approx Falu Red. HEX triplet: 79, 1A and 04. RGB value is (121,26,4). Sum of RGB (Red+Green+Blue) = 121+26+4=151 (20% of max value = 765). Red value is 121 (47.66% from 255 or 80.13% from 151); Green value is 26 (10.55% from 255 or 17.22% from 151); Blue value is 4 (1.95% from 255 or 2.65% from 151); Max value from RGB is 121 - color contains mainly: red. Hex color #791A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #791A04 is #86E5FB. Grayscale: #343434. Windows color (decimal): -8840700 or 268921. OLE color: 268921.

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

Color convert

RGB121264-
CMYK00.790.970.53
HSL11.28º93.6%24.51%-
HSV(B)11.28º96.69%47.45%-
XYZ8.284.810.61-
YUV51.9100.97177.29-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 80.13%
GREEN value IS 26 (10.55% from 255) = 17.22%
BLUE value IS 4 (1.95% from 255) = 2.65%
R=80.13%
G=17.22%
B=2.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12126400.790.970.5311.2893.624.51
Hex791A404F6135b5e19
Octal1713240117141651313631
Binary1111001110101000100111111000011101011011101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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