#792305

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

Shades of Falu Red #792305

Tints of Falu Red #792305

Color information

#792305 (or 0x792305) is unknown color: approx Falu Red. HEX triplet: 79, 23 and 05. RGB value is (121,35,5). Sum of RGB (Red+Green+Blue) = 121+35+5=161 (21% of max value = 765). Red value is 121 (47.66% from 255 or 75.16% from 161); Green value is 35 (14.06% from 255 or 21.74% from 161); Blue value is 5 (2.34% from 255 or 3.11% from 161); Max value from RGB is 121 - color contains mainly: red. Hex color #792305 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792305 is #86DCFA. Grayscale: #393939. Windows color (decimal): -8838395 or 336761. OLE color: 336761.

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

Color convert

RGB121355-
CMYK00.710.960.53
HSL15.52º92.06%24.71%-
HSV(B)15.52º95.87%47.45%-
XYZ8.515.280.71-
YUV57.2998.49173.44-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 75.16%
GREEN value IS 35 (14.06% from 255) = 21.74%
BLUE value IS 5 (2.34% from 255) = 3.11%
R=75.16%
G=21.74%
B=3.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12135500.710.960.5315.5292.0624.71
Hex792350476035105c19
Octal1714350107140652013431
Binary111100110001110101000111110000011010110000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792305; }

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

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

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

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

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

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

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

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