#791505

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

Shades of Falu Red #791505

Tints of Falu Red #791505

Color information

#791505 (or 0x791505) is unknown color: approx Falu Red. HEX triplet: 79, 15 and 05. RGB value is (121,21,5). Sum of RGB (Red+Green+Blue) = 121+21+5=147 (19% of max value = 765). Red value is 121 (47.66% from 255 or 82.31% from 147); Green value is 21 (8.59% from 255 or 14.29% from 147); Blue value is 5 (2.34% from 255 or 3.40% from 147); Max value from RGB is 121 - color contains mainly: red. Hex color #791505 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #791505 is #86EAFA. Grayscale: #313131. Windows color (decimal): -8841979 or 333177. OLE color: 333177.

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

Color convert

RGB121215-
CMYK00.830.960.53
HSL8.28º92.06%24.71%-
HSV(B)8.28º95.87%47.45%-
XYZ8.184.610.6-
YUV49.08103.13179.3-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 82.31%
GREEN value IS 21 (8.59% from 255) = 14.29%
BLUE value IS 5 (2.34% from 255) = 3.40%
R=82.31%
G=14.29%
B=3.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12121500.830.960.538.2892.0624.71
Hex79155053603585c19
Octal1712550123140651013431
Binary1111001101011010101001111000001101011000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791505; }

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

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

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

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

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

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

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

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