#791A01

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

Shades of Falu Red #791A01

Tints of Falu Red #791A01

Color information

#791A01 (or 0x791A01) is unknown color: approx Falu Red. HEX triplet: 79, 1A and 01. RGB value is (121,26,1). Sum of RGB (Red+Green+Blue) = 121+26+1=148 (19% of max value = 765). Red value is 121 (47.66% from 255 or 81.76% from 148); Green value is 26 (10.55% from 255 or 17.57% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 121 - color contains mainly: red. Hex color #791A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #791A01 is #86E5FE. Grayscale: #333333. Windows color (decimal): -8840703 or 72313. OLE color: 72313.

HSL color Cylindrical-coordinate representation of color #791A01: hue angle of 12.5º 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 #791A01 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB121261-
CMYK00.790.990.53
HSL12.5º98.36%23.92%-
HSV(B)12.5º99.17%47.45%-
XYZ8.264.810.52-
YUV51.5699.47177.53-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 81.76%
GREEN value IS 26 (10.55% from 255) = 17.57%
BLUE value IS 1 (0.78% from 255) = 0.68%
R=81.76%
G=17.57%
B=0.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12126100.790.990.5312.598.3623.92
Hex791A104F6335c6218
Octal1713210117143651414230
Binary11110011101010100111111000111101011100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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