#771C04

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

Shades of Falu Red #771C04

Tints of Falu Red #771C04

Color information

#771C04 (or 0x771C04) is unknown color: approx Falu Red. HEX triplet: 77, 1C and 04. RGB value is (119,28,4). Sum of RGB (Red+Green+Blue) = 119+28+4=151 (20% of max value = 765). Red value is 119 (46.88% from 255 or 78.81% from 151); Green value is 28 (11.33% from 255 or 18.54% from 151); Blue value is 4 (1.95% from 255 or 2.65% from 151); Max value from RGB is 119 - color contains mainly: red. Hex color #771C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771C04 is #88E3FB. Grayscale: #343434. Windows color (decimal): -8971260 or 269431. OLE color: 269431.

HSL color Cylindrical-coordinate representation of color #771C04: hue angle of 12.52º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #771C04 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB119284-
CMYK00.760.970.53
HSL12.52º93.5%24.12%-
HSV(B)12.52º96.64%46.67%-
XYZ8.044.760.61-
YUV52.47100.65175.45-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 78.81%
GREEN value IS 28 (11.33% from 255) = 18.54%
BLUE value IS 4 (1.95% from 255) = 2.65%
R=78.81%
G=18.54%
B=2.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11928400.760.970.5312.5293.524.12
Hex771C404C6135d5d18
Octal1673440114141651513530
Binary1110111111001000100110011000011101011101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771C04; }

 p { color: rgb(119,28,4); }

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

<style>
 a { background-color: #771C04; }

 a { background-color: rgb(119,28,4); }

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

<style>
 span { border-color: #771C04; }

 span { border-color: rgb(119,28,4); }

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