#791F0C

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

Shades of Falu Red #791F0C

Tints of Falu Red #791F0C

Color information

#791F0C (or 0x791F0C) is unknown color: approx Falu Red. HEX triplet: 79, 1F and 0C. RGB value is (121,31,12). Sum of RGB (Red+Green+Blue) = 121+31+12=164 (21% of max value = 765). Red value is 121 (47.66% from 255 or 73.78% from 164); Green value is 31 (12.5% from 255 or 18.90% from 164); Blue value is 12 (5.08% from 255 or 7.32% from 164); Max value from RGB is 121 - color contains mainly: red. Hex color #791F0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #791F0C is #86E0F3. Grayscale: #373737. Windows color (decimal): -8839412 or 794489. OLE color: 794489.

HSL color Cylindrical-coordinate representation of color #791F0C: hue angle of 10.46º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #791F0C is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB1213112-
CMYK00.740.900.53
HSL10.46º81.95%26.08%-
HSV(B)10.46º90.08%47.45%-
XYZ8.445.070.88-
YUV55.74103.32174.54-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 73.78%
GREEN value IS 31 (12.5% from 255) = 18.90%
BLUE value IS 12 (5.08% from 255) = 7.32%
R=73.78%
G=18.90%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121311200.740.900.5310.4681.9526.08
Hex791FC04A5A35a521a
Octal17137140112132651212232
Binary11110011111111000100101010110101101011010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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