#77210D

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

Shades of Falu Red #77210D

Tints of Falu Red #77210D

Color information

#77210D (or 0x77210D) is unknown color: approx Falu Red. HEX triplet: 77, 21 and 0D. RGB value is (119,33,13). Sum of RGB (Red+Green+Blue) = 119+33+13=165 (21% of max value = 765). Red value is 119 (46.88% from 255 or 72.12% from 165); Green value is 33 (13.28% from 255 or 20% from 165); Blue value is 13 (5.47% from 255 or 7.88% from 165); Max value from RGB is 119 - color contains mainly: red. Hex color #77210D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77210D is #88DEF2. Grayscale: #383838. Windows color (decimal): -8969971 or 860535. OLE color: 860535.

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

Color convert

RGB1193313-
CMYK00.720.890.53
HSL11.32º80.3%25.88%-
HSV(B)11.32º89.08%46.67%-
XYZ8.225.040.92-
YUV56.43103.49172.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 72.12%
GREEN value IS 33 (13.28% from 255) = 20%
BLUE value IS 13 (5.47% from 255) = 7.88%
R=72.12%
G=20%
B=7.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119331300.720.890.5311.3280.325.88
Hex7721D0485935b501a
Octal16741150110131651312032
Binary111011110000111010100100010110011101011011101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77210D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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