#771615

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

Shades of Falu Red #771615

Tints of Falu Red #771615

Color information

#771615 (or 0x771615) is unknown color: approx Falu Red. HEX triplet: 77, 16 and 15. RGB value is (119,22,21). Sum of RGB (Red+Green+Blue) = 119+22+21=162 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.46% from 162); Green value is 22 (8.98% from 255 or 13.58% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 119 - color contains mainly: red. Hex color #771615 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771615 is #88E9EA. Grayscale: #323232. Windows color (decimal): -8972779 or 1382007. OLE color: 1382007.

HSL color Cylindrical-coordinate representation of color #771615: hue angle of 0.61º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #771615 is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB1192221-
CMYK00.820.820.53
HSL0.61º70%27.45%-
HSV(B)0.61º82.35%46.67%-
XYZ8.034.551.16-
YUV50.89111.14176.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 73.46%
GREEN value IS 22 (8.98% from 255) = 13.58%
BLUE value IS 21 (8.59% from 255) = 12.96%
R=73.46%
G=13.58%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119222100.820.820.530.617027.45
Hex77161505252351461b
Octal1672625012212265110633
Binary111011110110101010101001010100101101011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771615; }

 p { color: rgb(119,22,21); }

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

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

 a { background-color: rgb(119,22,21); }

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

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

 span { border-color: rgb(119,22,21); }

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