#791B18

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

Shades of Falu Red #791B18

Tints of Falu Red #791B18

Color information

#791B18 (or 0x791B18) is unknown color: approx Falu Red. HEX triplet: 79, 1B and 18. RGB value is (121,27,24). Sum of RGB (Red+Green+Blue) = 121+27+24=172 (22% of max value = 765). Red value is 121 (47.66% from 255 or 70.35% from 172); Green value is 27 (10.94% from 255 or 15.70% from 172); Blue value is 24 (9.77% from 255 or 13.95% from 172); Max value from RGB is 121 - color contains mainly: red. Hex color #791B18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #791B18 is #86E4E7. Grayscale: #363636. Windows color (decimal): -8840424 or 1579897. OLE color: 1579897.

HSL color Cylindrical-coordinate representation of color #791B18: hue angle of 1.86º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #791B18 is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB1212724-
CMYK00.780.800.53
HSL1.86º66.9%28.43%-
HSV(B)1.86º80.17%47.45%-
XYZ8.444.911.37-
YUV54.76110.64175.24-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 70.35%
GREEN value IS 27 (10.94% from 255) = 15.70%
BLUE value IS 24 (9.77% from 255) = 13.95%
R=70.35%
G=15.70%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.80
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121272400.780.800.531.8666.928.43
Hex791B1804E50352431c
Octal1713330011612065210334
Binary1111001110111100001001110101000011010110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,27,24); }

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

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

 a { background-color: rgb(121,27,24); }

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

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

 span { border-color: rgb(121,27,24); }

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