#791308

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

Shades of Falu Red #791308

Tints of Falu Red #791308

Color information

#791308 (or 0x791308) is unknown color: approx Falu Red. HEX triplet: 79, 13 and 08. RGB value is (121,19,8). Sum of RGB (Red+Green+Blue) = 121+19+8=148 (19% of max value = 765). Red value is 121 (47.66% from 255 or 81.76% from 148); Green value is 19 (7.81% from 255 or 12.84% from 148); Blue value is 8 (3.52% from 255 or 5.41% from 148); Max value from RGB is 121 - color contains mainly: red. Hex color #791308 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791308 is #86ECF7. Grayscale: #303030. Windows color (decimal): -8842488 or 529273. OLE color: 529273.

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

Color convert

RGB121198-
CMYK00.840.930.53
HSL5.84º87.6%25.29%-
HSV(B)5.84º93.39%47.45%-
XYZ8.164.550.68-
YUV48.24105.29179.89-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 81.76%
GREEN value IS 19 (7.81% from 255) = 12.84%
BLUE value IS 8 (3.52% from 255) = 5.41%
R=81.76%
G=12.84%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12119800.840.930.535.8487.625.29
Hex791380545D3565819
Octal1712310012413565613031
Binary1111001100111000010101001011101110101110101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791308; }

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

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

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

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

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

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

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

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