#792320

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

Shades of Falu Red #792320

Tints of Falu Red #792320

Color information

#792320 (or 0x792320) is unknown color: approx Falu Red. HEX triplet: 79, 23 and 20. RGB value is (121,35,32). Sum of RGB (Red+Green+Blue) = 121+35+32=188 (24% of max value = 765). Red value is 121 (47.66% from 255 or 64.36% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 32 (12.89% from 255 or 17.02% from 188); Max value from RGB is 121 - color contains mainly: red. Hex color #792320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792320 is #86DCDF. Grayscale: #3C3C3C. Windows color (decimal): -8838368 or 2106233. OLE color: 2106233.

HSL color Cylindrical-coordinate representation of color #792320: hue angle of 2.02º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #792320 is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB1213532-
CMYK00.710.740.53
HSL2.02º58.17%30%-
HSV(B)2.02º73.55%47.45%-
XYZ8.755.371.94-
YUV60.37111.99171.24-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 64.36%
GREEN value IS 35 (14.06% from 255) = 18.62%
BLUE value IS 32 (12.89% from 255) = 17.02%
R=64.36%
G=18.62%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121353200.710.740.532.0258.1730
Hex7923200474A3523a1e
Octal171434001071126527236
Binary11110011000111000000100011110010101101011011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792320; }

 p { color: rgb(121,35,32); }

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

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

 a { background-color: rgb(121,35,32); }

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

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

 span { border-color: rgb(121,35,32); }

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