#771B03

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

Shades of Falu Red #771B03

Tints of Falu Red #771B03

Color information

#771B03 (or 0x771B03) is unknown color: approx Falu Red. HEX triplet: 77, 1B and 03. RGB value is (119,27,3). Sum of RGB (Red+Green+Blue) = 119+27+3=149 (19% of max value = 765). Red value is 119 (46.88% from 255 or 79.87% from 149); Green value is 27 (10.94% from 255 or 18.12% from 149); Blue value is 3 (1.56% from 255 or 2.01% from 149); Max value from RGB is 119 - color contains mainly: red. Hex color #771B03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771B03 is #88E4FC. Grayscale: #333333. Windows color (decimal): -8971517 or 203639. OLE color: 203639.

HSL color Cylindrical-coordinate representation of color #771B03: hue angle of 12.41º degrees, saturation: 0.95, 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 #771B03 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB119273-
CMYK00.770.970.53
HSL12.41º95.08%23.92%-
HSV(B)12.41º97.48%46.67%-
XYZ8.024.710.57-
YUV51.77100.48175.95-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 79.87%
GREEN value IS 27 (10.94% from 255) = 18.12%
BLUE value IS 3 (1.56% from 255) = 2.01%
R=79.87%
G=18.12%
B=2.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11927300.770.970.5312.4195.0823.92
Hex771B304D6135c5f18
Octal1673330115141651413730
Binary111011111011110100110111000011101011100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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