#771E0F

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

Shades of Falu Red #771E0F

Tints of Falu Red #771E0F

Color information

#771E0F (or 0x771E0F) is unknown color: approx Falu Red. HEX triplet: 77, 1E and 0F. RGB value is (119,30,15). Sum of RGB (Red+Green+Blue) = 119+30+15=164 (21% of max value = 765). Red value is 119 (46.88% from 255 or 72.56% from 164); Green value is 30 (12.11% from 255 or 18.29% from 164); Blue value is 15 (6.25% from 255 or 9.15% from 164); Max value from RGB is 119 - color contains mainly: red. Hex color #771E0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771E0F is #88E1F0. Grayscale: #373737. Windows color (decimal): -8970737 or 990839. OLE color: 990839.

HSL color Cylindrical-coordinate representation of color #771E0F: hue angle of 8.65º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #771E0F is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB1193015-
CMYK00.750.870.53
HSL8.65º77.61%26.27%-
HSV(B)8.65º87.39%46.67%-
XYZ8.164.880.96-
YUV54.9105.49173.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 72.56%
GREEN value IS 30 (12.11% from 255) = 18.29%
BLUE value IS 15 (6.25% from 255) = 9.15%
R=72.56%
G=18.29%
B=9.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119301500.750.870.538.6577.6126.27
Hex771EF04B573594e1a
Octal16736170113127651111632
Binary11101111111011110100101110101111101011001100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,30,15); }

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

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

 a { background-color: rgb(119,30,15); }

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

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

 span { border-color: rgb(119,30,15); }

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