#791C0A

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

Shades of Falu Red #791C0A

Tints of Falu Red #791C0A

Color information

#791C0A (or 0x791C0A) is unknown color: approx Falu Red. HEX triplet: 79, 1C and 0A. RGB value is (121,28,10). Sum of RGB (Red+Green+Blue) = 121+28+10=159 (21% of max value = 765). Red value is 121 (47.66% from 255 or 76.10% from 159); Green value is 28 (11.33% from 255 or 17.61% from 159); Blue value is 10 (4.30% from 255 or 6.29% from 159); Max value from RGB is 121 - color contains mainly: red. Hex color #791C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #791C0A is #86E3F5. Grayscale: #353535. Windows color (decimal): -8840182 or 662649. OLE color: 662649.

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

Color convert

RGB1212810-
CMYK00.770.920.53
HSL9.73º84.73%25.69%-
HSV(B)9.73º91.74%47.45%-
XYZ8.364.920.8-
YUV53.76103.31175.96-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 76.10%
GREEN value IS 28 (11.33% from 255) = 17.61%
BLUE value IS 10 (4.30% from 255) = 6.29%
R=76.10%
G=17.61%
B=6.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121281000.770.920.539.7384.7325.69
Hex791CA04D5C35a551a
Octal17134120115134651212532
Binary11110011110010100100110110111001101011010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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