#771C0F

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

Shades of Falu Red #771C0F

Tints of Falu Red #771C0F

Color information

#771C0F (or 0x771C0F) is unknown color: approx Falu Red. HEX triplet: 77, 1C and 0F. RGB value is (119,28,15). Sum of RGB (Red+Green+Blue) = 119+28+15=162 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.46% from 162); Green value is 28 (11.33% from 255 or 17.28% from 162); Blue value is 15 (6.25% from 255 or 9.26% from 162); Max value from RGB is 119 - color contains mainly: red. Hex color #771C0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #771C0F is #88E3F0. Grayscale: #353535. Windows color (decimal): -8971249 or 990327. OLE color: 990327.

HSL color Cylindrical-coordinate representation of color #771C0F: hue angle of 7.5º 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 #771C0F is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB1192815-
CMYK00.760.870.53
HSL7.5º77.61%26.27%-
HSV(B)7.5º87.39%46.67%-
XYZ8.114.790.95-
YUV53.73106.15174.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 73.46%
GREEN value IS 28 (11.33% from 255) = 17.28%
BLUE value IS 15 (6.25% from 255) = 9.26%
R=73.46%
G=17.28%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119281500.760.870.537.577.6126.27
Hex771CF04C573584e1a
Octal16734170114127651011632
Binary11101111110011110100110010101111101011000100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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