#791B03

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

Shades of Falu Red #791B03

Tints of Falu Red #791B03

Color information

#791B03 (or 0x791B03) is unknown color: approx Falu Red. HEX triplet: 79, 1B and 03. RGB value is (121,27,3). Sum of RGB (Red+Green+Blue) = 121+27+3=151 (20% of max value = 765). Red value is 121 (47.66% from 255 or 80.13% from 151); Green value is 27 (10.94% from 255 or 17.88% from 151); Blue value is 3 (1.56% from 255 or 1.99% from 151); Max value from RGB is 121 - color contains mainly: red. Hex color #791B03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #791B03 is #86E4FC. Grayscale: #343434. Windows color (decimal): -8840445 or 203641. OLE color: 203641.

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

Color convert

RGB121273-
CMYK00.780.980.53
HSL12.2º95.16%24.31%-
HSV(B)12.2º97.52%47.45%-
XYZ8.294.860.59-
YUV52.37100.14176.95-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 80.13%
GREEN value IS 27 (10.94% from 255) = 17.88%
BLUE value IS 3 (1.56% from 255) = 1.99%
R=80.13%
G=17.88%
B=1.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12127300.780.980.5312.295.1624.31
Hex791B304E6235c5f18
Octal1713330116142651413730
Binary111100111011110100111011000101101011100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,27,3); }

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

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

 a { background-color: rgb(121,27,3); }

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

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

 span { border-color: rgb(121,27,3); }

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