#772215

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

Shades of Falu Red #772215

Tints of Falu Red #772215

Color information

#772215 (or 0x772215) is unknown color: approx Falu Red. HEX triplet: 77, 22 and 15. RGB value is (119,34,21). Sum of RGB (Red+Green+Blue) = 119+34+21=174 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68.39% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 21 (8.59% from 255 or 12.07% from 174); Max value from RGB is 119 - color contains mainly: red. Hex color #772215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772215 is #88DDEA. Grayscale: #3A3A3A. Windows color (decimal): -8969707 or 1385079. OLE color: 1385079.

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

Color convert

RGB1193421-
CMYK00.710.820.53
HSL7.96º70%27.45%-
HSV(B)7.96º82.35%46.67%-
XYZ8.325.121.26-
YUV57.93107.16171.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 68.39%
GREEN value IS 34 (13.67% from 255) = 19.54%
BLUE value IS 21 (8.59% from 255) = 12.07%
R=68.39%
G=19.54%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119342100.710.820.537.967027.45
Hex77221504752358461b
Octal16742250107122651010633
Binary1110111100010101010100011110100101101011000100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772215; }

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

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

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

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

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

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

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

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