#772310

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

Shades of Falu Red #772310

Tints of Falu Red #772310

Color information

#772310 (or 0x772310) is unknown color: approx Falu Red. HEX triplet: 77, 23 and 10. RGB value is (119,35,16). Sum of RGB (Red+Green+Blue) = 119+35+16=170 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70% from 170); Green value is 35 (14.06% from 255 or 20.59% from 170); Blue value is 16 (6.64% from 255 or 9.41% from 170); Max value from RGB is 119 - color contains mainly: red. Hex color #772310 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772310 is #88DCEF. Grayscale: #3A3A3A. Windows color (decimal): -8969456 or 1057655. OLE color: 1057655.

HSL color Cylindrical-coordinate representation of color #772310: hue angle of 11.07º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #772310 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB1193516-
CMYK00.710.870.53
HSL11.07º76.3%26.47%-
HSV(B)11.07º86.55%46.67%-
XYZ8.35.161.05-
YUV57.95104.33171.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 70%
GREEN value IS 35 (14.06% from 255) = 20.59%
BLUE value IS 16 (6.64% from 255) = 9.41%
R=70%
G=20.59%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119351600.710.870.5311.0776.326.47
Hex7723100475735b4c1a
Octal16743200107127651311432
Binary1110111100011100000100011110101111101011011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772310; }

 p { color: rgb(119,35,16); }

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

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

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

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

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

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

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