#77200A

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

Shades of Falu Red #77200A

Tints of Falu Red #77200A

Color information

#77200A (or 0x77200A) is unknown color: approx Falu Red. HEX triplet: 77, 20 and 0A. RGB value is (119,32,10). Sum of RGB (Red+Green+Blue) = 119+32+10=161 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.91% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 10 (4.30% from 255 or 6.21% from 161); Max value from RGB is 119 - color contains mainly: red. Hex color #77200A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77200A is #88DFF5. Grayscale: #373737. Windows color (decimal): -8970230 or 663671. OLE color: 663671.

HSL color Cylindrical-coordinate representation of color #77200A: hue angle of 12.11º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #77200A is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB1193210-
CMYK00.730.920.53
HSL12.11º84.5%25.29%-
HSV(B)12.11º91.6%46.67%-
XYZ8.184.980.82-
YUV55.5102.32173.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 73.91%
GREEN value IS 32 (12.89% from 255) = 19.88%
BLUE value IS 10 (4.30% from 255) = 6.21%
R=73.91%
G=19.88%
B=6.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119321000.730.920.5312.1184.525.29
Hex7720A0495C35c5419
Octal16740120111134651412431
Binary111011110000010100100100110111001101011100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77200A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77200A; }

 p { color: rgb(119,32,10); }

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

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

 a { background-color: rgb(119,32,10); }

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

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

 span { border-color: rgb(119,32,10); }

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