#79270B

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

Shades of Falu Red #79270B

Tints of Falu Red #79270B

Color information

#79270B (or 0x79270B) is unknown color: approx Falu Red. HEX triplet: 79, 27 and 0B. RGB value is (121,39,11). Sum of RGB (Red+Green+Blue) = 121+39+11=171 (22% of max value = 765). Red value is 121 (47.66% from 255 or 70.76% from 171); Green value is 39 (15.62% from 255 or 22.81% from 171); Blue value is 11 (4.69% from 255 or 6.43% from 171); Max value from RGB is 121 - color contains mainly: red. Hex color #79270B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #79270B is #86D8F4. Grayscale: #3C3C3C. Windows color (decimal): -8837365 or 731001. OLE color: 731001.

HSL color Cylindrical-coordinate representation of color #79270B: hue angle of 15.27º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #79270B is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB1213911-
CMYK00.680.910.53
HSL15.27º83.33%25.88%-
HSV(B)15.27º90.91%47.45%-
XYZ8.675.540.93-
YUV60.33100.17171.28-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 70.76%
GREEN value IS 39 (15.62% from 255) = 22.81%
BLUE value IS 11 (4.69% from 255) = 6.43%
R=70.76%
G=22.81%
B=6.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121391100.680.910.5315.2783.3325.88
Hex7927B0445B35f531a
Octal17147130104133651712332
Binary111100110011110110100010010110111101011111101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79270B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79270B; }

 p { color: rgb(121,39,11); }

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

<style>
 a { background-color: #79270B; }

 a { background-color: rgb(121,39,11); }

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

<style>
 span { border-color: #79270B; }

 span { border-color: rgb(121,39,11); }

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