#771713

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

Shades of Falu Red #771713

Tints of Falu Red #771713

Color information

#771713 (or 0x771713) is unknown color: approx Falu Red. HEX triplet: 77, 17 and 13. RGB value is (119,23,19). Sum of RGB (Red+Green+Blue) = 119+23+19=161 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.91% from 161); Green value is 23 (9.38% from 255 or 14.29% from 161); Blue value is 19 (7.81% from 255 or 11.80% from 161); Max value from RGB is 119 - color contains mainly: red. Hex color #771713 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771713 is #88E8EC. Grayscale: #333333. Windows color (decimal): -8972525 or 1251191. OLE color: 1251191.

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

Color convert

RGB1192319-
CMYK00.810.840.53
HSL2.4º72.46%27.06%-
HSV(B)2.4º84.03%46.67%-
XYZ8.034.581.08-
YUV51.25109.8176.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 73.91%
GREEN value IS 23 (9.38% from 255) = 14.29%
BLUE value IS 19 (7.81% from 255) = 11.80%
R=73.91%
G=14.29%
B=11.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119231900.810.840.532.472.4627.06
Hex77171305154352481b
Octal1672723012112465211033
Binary1110111101111001101010001101010011010110100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771713; }

 p { color: rgb(119,23,19); }

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

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

 a { background-color: rgb(119,23,19); }

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

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

 span { border-color: rgb(119,23,19); }

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