#791F01

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

Shades of Falu Red #791F01

Tints of Falu Red #791F01

Color information

#791F01 (or 0x791F01) is unknown color: approx Falu Red. HEX triplet: 79, 1F and 01. RGB value is (121,31,1). Sum of RGB (Red+Green+Blue) = 121+31+1=153 (20% of max value = 765). Red value is 121 (47.66% from 255 or 79.08% from 153); Green value is 31 (12.5% from 255 or 20.26% from 153); Blue value is 1 (0.78% from 255 or 0.65% from 153); Max value from RGB is 121 - color contains mainly: red. Hex color #791F01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #791F01 is #86E0FE. Grayscale: #363636. Windows color (decimal): -8839423 or 73593. OLE color: 73593.

HSL color Cylindrical-coordinate representation of color #791F01: hue angle of 15º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #791F01 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB121311-
CMYK00.740.990.53
HSL15º98.36%23.92%-
HSV(B)15º99.17%47.45%-
XYZ8.385.050.56-
YUV54.4997.82175.44-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 79.08%
GREEN value IS 31 (12.5% from 255) = 20.26%
BLUE value IS 1 (0.78% from 255) = 0.65%
R=79.08%
G=20.26%
B=0.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12131100.740.990.531598.3623.92
Hex791F104A6335f6218
Octal1713710112143651714230
Binary11110011111110100101011000111101011111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791F01; }

 p { color: rgb(121,31,1); }

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

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

 a { background-color: rgb(121,31,1); }

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

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

 span { border-color: rgb(121,31,1); }

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