#792403

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

Shades of Falu Red #792403

Tints of Falu Red #792403

Color information

#792403 (or 0x792403) is unknown color: approx Falu Red. HEX triplet: 79, 24 and 03. RGB value is (121,36,3). Sum of RGB (Red+Green+Blue) = 121+36+3=160 (21% of max value = 765). Red value is 121 (47.66% from 255 or 75.62% from 160); Green value is 36 (14.45% from 255 or 22.5% from 160); Blue value is 3 (1.56% from 255 or 1.88% from 160); Max value from RGB is 121 - color contains mainly: red. Hex color #792403 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792403 is #86DBFC. Grayscale: #393939. Windows color (decimal): -8838141 or 205945. OLE color: 205945.

HSL color Cylindrical-coordinate representation of color #792403: hue angle of 16.78º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #792403 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB121363-
CMYK00.700.980.53
HSL16.78º95.16%24.31%-
HSV(B)16.78º97.52%47.45%-
XYZ8.535.330.67-
YUV57.6597.16173.18-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 75.62%
GREEN value IS 36 (14.45% from 255) = 22.5%
BLUE value IS 3 (1.56% from 255) = 1.88%
R=75.62%
G=22.5%
B=1.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12136300.700.980.5316.7895.1624.31
Hex792430466235115f18
Octal1714430106142652113730
Binary11110011001001101000110110001011010110001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792403; }

 p { color: rgb(121,36,3); }

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

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

 a { background-color: rgb(121,36,3); }

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

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

 span { border-color: rgb(121,36,3); }

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