#771F1B

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

Shades of Falu Red #771F1B

Tints of Falu Red #771F1B

Color information

#771F1B (or 0x771F1B) is unknown color: approx Falu Red. HEX triplet: 77, 1F and 1B. RGB value is (119,31,27). Sum of RGB (Red+Green+Blue) = 119+31+27=177 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.23% from 177); Green value is 31 (12.5% from 255 or 17.51% from 177); Blue value is 27 (10.94% from 255 or 15.25% from 177); Max value from RGB is 119 - color contains mainly: red. Hex color #771F1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771F1B is #88E0E4. Grayscale: #383838. Windows color (decimal): -8970469 or 1777527. OLE color: 1777527.

HSL color Cylindrical-coordinate representation of color #771F1B: hue angle of 2.61º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #771F1B is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB1193127-
CMYK00.740.770.53
HSL2.61º63.01%28.63%-
HSV(B)2.61º77.31%46.67%-
XYZ8.34.981.56-
YUV56.86111.15172.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 67.23%
GREEN value IS 31 (12.5% from 255) = 17.51%
BLUE value IS 27 (10.94% from 255) = 15.25%
R=67.23%
G=17.51%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119312700.740.770.532.6163.0128.63
Hex771F1B04A4D3533f1d
Octal167373301121156537735
Binary111011111111110110100101010011011101011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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