#77130D

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

Shades of Falu Red #77130D

Tints of Falu Red #77130D

Color information

#77130D (or 0x77130D) is unknown color: approx Falu Red. HEX triplet: 77, 13 and 0D. RGB value is (119,19,13). Sum of RGB (Red+Green+Blue) = 119+19+13=151 (20% of max value = 765). Red value is 119 (46.88% from 255 or 78.81% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 13 (5.47% from 255 or 8.61% from 151); Max value from RGB is 119 - color contains mainly: red. Hex color #77130D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77130D is #88ECF2. Grayscale: #303030. Windows color (decimal): -8973555 or 856951. OLE color: 856951.

HSL color Cylindrical-coordinate representation of color #77130D: hue angle of 3.4º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #77130D is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB1191913-
CMYK00.840.890.53
HSL3.4º80.3%25.88%-
HSV(B)3.4º89.08%46.67%-
XYZ7.914.420.82-
YUV48.22108.13178.49-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 78.81%
GREEN value IS 19 (7.81% from 255) = 12.58%
BLUE value IS 13 (5.47% from 255) = 8.61%
R=78.81%
G=12.58%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119191300.840.890.533.480.325.88
Hex7713D05459353501a
Octal1672315012413165312032
Binary111011110011110101010100101100111010111101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77130D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77130D; }

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

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

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

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

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

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

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

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