#792503

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

Shades of Falu Red #792503

Tints of Falu Red #792503

Color information

#792503 (or 0x792503) is unknown color: approx Falu Red. HEX triplet: 79, 25 and 03. RGB value is (121,37,3). Sum of RGB (Red+Green+Blue) = 121+37+3=161 (21% of max value = 765). Red value is 121 (47.66% from 255 or 75.16% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 3 (1.56% from 255 or 1.86% from 161); Max value from RGB is 121 - color contains mainly: red. Hex color #792503 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792503 is #86DAFC. Grayscale: #3A3A3A. Windows color (decimal): -8837885 or 206201. OLE color: 206201.

HSL color Cylindrical-coordinate representation of color #792503: hue angle of 17.29º 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 #792503 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB121373-
CMYK00.690.980.53
HSL17.29º95.16%24.31%-
HSV(B)17.29º97.52%47.45%-
XYZ8.565.390.68-
YUV58.2496.83172.76-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 75.16%
GREEN value IS 37 (14.84% from 255) = 22.98%
BLUE value IS 3 (1.56% from 255) = 1.86%
R=75.16%
G=22.98%
B=1.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12137300.690.980.5317.2995.1624.31
Hex792530456235115f18
Octal1714530105142652113730
Binary11110011001011101000101110001011010110001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792503; }

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

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

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

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

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

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

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

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