#772113

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

Shades of Falu Red #772113

Tints of Falu Red #772113

Color information

#772113 (or 0x772113) is unknown color: approx Falu Red. HEX triplet: 77, 21 and 13. RGB value is (119,33,19). Sum of RGB (Red+Green+Blue) = 119+33+19=171 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.59% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 19 (7.81% from 255 or 11.11% from 171); Max value from RGB is 119 - color contains mainly: red. Hex color #772113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772113 is #88DEEC. Grayscale: #393939. Windows color (decimal): -8969965 or 1253751. OLE color: 1253751.

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

Color convert

RGB1193319-
CMYK00.720.840.53
HSL8.4º72.46%27.06%-
HSV(B)8.4º84.03%46.67%-
XYZ8.275.061.16-
YUV57.12106.49172.14-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 69.59%
GREEN value IS 33 (13.28% from 255) = 19.30%
BLUE value IS 19 (7.81% from 255) = 11.11%
R=69.59%
G=19.30%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119331900.720.840.538.472.4627.06
Hex77211304854358481b
Octal16741230110124651011033
Binary1110111100001100110100100010101001101011000100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772113; }

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

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

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

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

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

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

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

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