#792307

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

Shades of Falu Red #792307

Tints of Falu Red #792307

Color information

#792307 (or 0x792307) is unknown color: approx Falu Red. HEX triplet: 79, 23 and 07. RGB value is (121,35,7). Sum of RGB (Red+Green+Blue) = 121+35+7=163 (21% of max value = 765). Red value is 121 (47.66% from 255 or 74.23% from 163); Green value is 35 (14.06% from 255 or 21.47% from 163); Blue value is 7 (3.12% from 255 or 4.29% from 163); Max value from RGB is 121 - color contains mainly: red. Hex color #792307 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792307 is #86DCF8. Grayscale: #393939. Windows color (decimal): -8838393 or 467833. OLE color: 467833.

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

Color convert

RGB121357-
CMYK00.710.940.53
HSL14.74º89.06%25.1%-
HSV(B)14.74º94.21%47.45%-
XYZ8.525.280.77-
YUV57.5299.49173.28-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 74.23%
GREEN value IS 35 (14.06% from 255) = 21.47%
BLUE value IS 7 (3.12% from 255) = 4.29%
R=74.23%
G=21.47%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12135700.710.940.5314.7489.0625.1
Hex792370475E35f5919
Octal1714370107136651713131
Binary11110011000111110100011110111101101011111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792307; }

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

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

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

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

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

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

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

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