#791C02

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

Shades of Falu Red #791C02

Tints of Falu Red #791C02

Color information

#791C02 (or 0x791C02) is unknown color: approx Falu Red. HEX triplet: 79, 1C and 02. RGB value is (121,28,2). Sum of RGB (Red+Green+Blue) = 121+28+2=151 (20% of max value = 765). Red value is 121 (47.66% from 255 or 80.13% from 151); Green value is 28 (11.33% from 255 or 18.54% from 151); Blue value is 2 (1.17% from 255 or 1.32% from 151); Max value from RGB is 121 - color contains mainly: red. Hex color #791C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #791C02 is #86E3FD. Grayscale: #353535. Windows color (decimal): -8840190 or 138361. OLE color: 138361.

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

Color convert

RGB121282-
CMYK00.770.980.53
HSL13.11º96.75%24.12%-
HSV(B)13.11º98.35%47.45%-
XYZ8.314.90.57-
YUV52.8499.31176.61-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 80.13%
GREEN value IS 28 (11.33% from 255) = 18.54%
BLUE value IS 2 (1.17% from 255) = 1.32%
R=80.13%
G=18.54%
B=1.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12128200.770.980.5313.1196.7524.12
Hex791C204D6235d6118
Octal1713420115142651514130
Binary111100111100100100110111000101101011101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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