#792505

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

Shades of Falu Red #792505

Tints of Falu Red #792505

Color information

#792505 (or 0x792505) is unknown color: approx Falu Red. HEX triplet: 79, 25 and 05. RGB value is (121,37,5). Sum of RGB (Red+Green+Blue) = 121+37+5=163 (21% of max value = 765). Red value is 121 (47.66% from 255 or 74.23% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 5 (2.34% from 255 or 3.07% from 163); Max value from RGB is 121 - color contains mainly: red. Hex color #792505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792505 is #86DAFA. Grayscale: #3A3A3A. Windows color (decimal): -8837883 or 337273. OLE color: 337273.

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

Color convert

RGB121375-
CMYK00.690.960.53
HSL16.55º92.06%24.71%-
HSV(B)16.55º95.87%47.45%-
XYZ8.575.40.73-
YUV58.4797.83172.6-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 74.23%
GREEN value IS 37 (14.84% from 255) = 22.70%
BLUE value IS 5 (2.34% from 255) = 3.07%
R=74.23%
G=22.70%
B=3.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12137500.690.960.5316.5592.0624.71
Hex792550456035115c19
Octal1714550105140652113431
Binary111100110010110101000101110000011010110001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792505; }

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

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

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

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

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

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

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

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