#792108

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

Shades of Falu Red #792108

Tints of Falu Red #792108

Color information

#792108 (or 0x792108) is unknown color: approx Falu Red. HEX triplet: 79, 21 and 08. RGB value is (121,33,8). Sum of RGB (Red+Green+Blue) = 121+33+8=162 (21% of max value = 765). Red value is 121 (47.66% from 255 or 74.69% from 162); Green value is 33 (13.28% from 255 or 20.37% from 162); Blue value is 8 (3.52% from 255 or 4.94% from 162); Max value from RGB is 121 - color contains mainly: red. Hex color #792108 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792108 is #86DEF7. Grayscale: #383838. Windows color (decimal): -8838904 or 532857. OLE color: 532857.

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

Color convert

RGB121338-
CMYK00.730.930.53
HSL13.27º87.6%25.29%-
HSV(B)13.27º93.39%47.45%-
XYZ8.475.170.78-
YUV56.46100.65174.03-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 74.69%
GREEN value IS 33 (13.28% from 255) = 20.37%
BLUE value IS 8 (3.52% from 255) = 4.94%
R=74.69%
G=20.37%
B=4.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12133800.730.930.5313.2787.625.29
Hex792180495D35d5819
Octal17141100111135651513031
Binary111100110000110000100100110111011101011101101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792108; }

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

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

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

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

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

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

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

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