#792508

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

Shades of Falu Red #792508

Tints of Falu Red #792508

Color information

#792508 (or 0x792508) is unknown color: approx Falu Red. HEX triplet: 79, 25 and 08. RGB value is (121,37,8). Sum of RGB (Red+Green+Blue) = 121+37+8=166 (21% of max value = 765). Red value is 121 (47.66% from 255 or 72.89% from 166); Green value is 37 (14.84% from 255 or 22.29% from 166); Blue value is 8 (3.52% from 255 or 4.82% from 166); Max value from RGB is 121 - color contains mainly: red. Hex color #792508 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792508 is #86DAF7. Grayscale: #3B3B3B. Windows color (decimal): -8837880 or 533881. OLE color: 533881.

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

Color convert

RGB121378-
CMYK00.690.930.53
HSL15.4º87.6%25.29%-
HSV(B)15.4º93.39%47.45%-
XYZ8.595.410.82-
YUV58.8199.33172.36-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 72.89%
GREEN value IS 37 (14.84% from 255) = 22.29%
BLUE value IS 8 (3.52% from 255) = 4.82%
R=72.89%
G=22.29%
B=4.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12137800.690.930.5315.487.625.29
Hex792580455D35f5819
Octal17145100105135651713031
Binary111100110010110000100010110111011101011111101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792508; }

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

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

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

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

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

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

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

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