#792401

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

Shades of Falu Red #792401

Tints of Falu Red #792401

Color information

#792401 (or 0x792401) is unknown color: approx Falu Red. HEX triplet: 79, 24 and 01. RGB value is (121,36,1). Sum of RGB (Red+Green+Blue) = 121+36+1=158 (20% of max value = 765). Red value is 121 (47.66% from 255 or 76.58% from 158); Green value is 36 (14.45% from 255 or 22.78% from 158); Blue value is 1 (0.78% from 255 or 0.63% from 158); Max value from RGB is 121 - color contains mainly: red. Hex color #792401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792401 is #86DBFE. Grayscale: #393939. Windows color (decimal): -8838143 or 74873. OLE color: 74873.

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

Color convert

RGB121361-
CMYK00.700.990.53
HSL17.5º98.36%23.92%-
HSV(B)17.5º99.17%47.45%-
XYZ8.525.330.61-
YUV57.4296.16173.35-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 76.58%
GREEN value IS 36 (14.45% from 255) = 22.78%
BLUE value IS 1 (0.78% from 255) = 0.63%
R=76.58%
G=22.78%
B=0.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12136100.700.990.5317.598.3623.92
Hex792410466335126218
Octal1714410106143652214230
Binary1111001100100101000110110001111010110010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792401; }

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

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

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

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

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

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

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

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