#771313

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

Shades of Falu Red #771313

Tints of Falu Red #771313

Color information

#771313 (or 0x771313) is unknown color: approx Falu Red. HEX triplet: 77, 13 and 13. RGB value is (119,19,19). Sum of RGB (Red+Green+Blue) = 119+19+19=157 (20% of max value = 765). Red value is 119 (46.88% from 255 or 75.80% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 19 (7.81% from 255 or 12.10% from 157); Max value from RGB is 119 - color contains mainly: red. Hex color #771313 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771313 is #88ECEC. Grayscale: #313131. Windows color (decimal): -8973549 or 1250167. OLE color: 1250167.

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

Color convert

RGB1191919-
CMYK00.840.840.53
HSL72.46%27.06%-
HSV(B)84.03%46.67%-
XYZ7.964.431.05-
YUV48.9111.13178-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 75.80%
GREEN value IS 19 (7.81% from 255) = 12.10%
BLUE value IS 19 (7.81% from 255) = 12.10%
R=75.80%
G=12.10%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119191900.840.840.53072.4627.06
Hex77131305454350481b
Octal1672323012412465011033
Binary111011110011100110101010010101001101010100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771313; }

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

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

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

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

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

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

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

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