#791E02

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

Shades of Falu Red #791E02

Tints of Falu Red #791E02

Color information

#791E02 (or 0x791E02) is unknown color: approx Falu Red. HEX triplet: 79, 1E and 02. RGB value is (121,30,2). Sum of RGB (Red+Green+Blue) = 121+30+2=153 (20% of max value = 765). Red value is 121 (47.66% from 255 or 79.08% from 153); Green value is 30 (12.11% from 255 or 19.61% from 153); Blue value is 2 (1.17% from 255 or 1.31% from 153); Max value from RGB is 121 - color contains mainly: red. Hex color #791E02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #791E02 is #86E1FD. Grayscale: #363636. Windows color (decimal): -8839678 or 138873. OLE color: 138873.

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

Color convert

RGB121302-
CMYK00.750.980.53
HSL14.12º96.75%24.12%-
HSV(B)14.12º98.35%47.45%-
XYZ8.3650.58-
YUV54.0298.65175.78-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 79.08%
GREEN value IS 30 (12.11% from 255) = 19.61%
BLUE value IS 2 (1.17% from 255) = 1.31%
R=79.08%
G=19.61%
B=1.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12130200.750.980.5314.1296.7524.12
Hex791E204B6235e6118
Octal1713620113142651614130
Binary111100111110100100101111000101101011110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,30,2); }

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

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

 a { background-color: rgb(121,30,2); }

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

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

 span { border-color: rgb(121,30,2); }

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