#790F0B

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

Shades of Falu Red #790F0B

Tints of Falu Red #790F0B

Color information

#790F0B (or 0x790F0B) is unknown color: approx Falu Red. HEX triplet: 79, 0F and 0B. RGB value is (121,15,11). Sum of RGB (Red+Green+Blue) = 121+15+11=147 (19% of max value = 765). Red value is 121 (47.66% from 255 or 82.31% from 147); Green value is 15 (6.25% from 255 or 10.20% from 147); Blue value is 11 (4.69% from 255 or 7.48% from 147); Max value from RGB is 121 - color contains mainly: red. Hex color #790F0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790F0B is #86F0F4. Grayscale: #2E2E2E. Windows color (decimal): -8843509 or 724857. OLE color: 724857.

HSL color Cylindrical-coordinate representation of color #790F0B: hue angle of 2.18º 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 #790F0B is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB1211511-
CMYK00.880.910.53
HSL2.18º83.33%25.88%-
HSV(B)2.18º90.91%47.45%-
XYZ8.124.430.74-
YUV46.24108.12181.33-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 82.31%
GREEN value IS 15 (6.25% from 255) = 10.20%
BLUE value IS 11 (4.69% from 255) = 7.48%
R=82.31%
G=10.20%
B=7.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121151100.880.910.532.1883.3325.88
Hex79FB0585B352531a
Octal1711713013013365212332
Binary11110011111101101011000101101111010110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790F0B; }

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

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

<style>
 a { background-color: #790F0B; }

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

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

<style>
 span { border-color: #790F0B; }

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

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