#791D03

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

Shades of Falu Red #791D03

Tints of Falu Red #791D03

Color information

#791D03 (or 0x791D03) is unknown color: approx Falu Red. HEX triplet: 79, 1D and 03. RGB value is (121,29,3). Sum of RGB (Red+Green+Blue) = 121+29+3=153 (20% of max value = 765). Red value is 121 (47.66% from 255 or 79.08% from 153); Green value is 29 (11.72% from 255 or 18.95% from 153); Blue value is 3 (1.56% from 255 or 1.96% from 153); Max value from RGB is 121 - color contains mainly: red. Hex color #791D03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #791D03 is #86E2FC. Grayscale: #353535. Windows color (decimal): -8839933 or 204153. OLE color: 204153.

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

Color convert

RGB121293-
CMYK00.760.980.53
HSL13.22º95.16%24.31%-
HSV(B)13.22º97.52%47.45%-
XYZ8.344.950.6-
YUV53.5499.48176.11-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 79.08%
GREEN value IS 29 (11.72% from 255) = 18.95%
BLUE value IS 3 (1.56% from 255) = 1.96%
R=79.08%
G=18.95%
B=1.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12129300.760.980.5313.2295.1624.31
Hex791D304C6235d5f18
Octal1713530114142651513730
Binary111100111101110100110011000101101011101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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