#77240B

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

Shades of Falu Red #77240B

Tints of Falu Red #77240B

Color information

#77240B (or 0x77240B) is unknown color: approx Falu Red. HEX triplet: 77, 24 and 0B. RGB value is (119,36,11). Sum of RGB (Red+Green+Blue) = 119+36+11=166 (21% of max value = 765). Red value is 119 (46.88% from 255 or 71.69% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 11 (4.69% from 255 or 6.63% from 166); Max value from RGB is 119 - color contains mainly: red. Hex color #77240B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77240B is #88DBF4. Grayscale: #3A3A3A. Windows color (decimal): -8969205 or 730231. OLE color: 730231.

HSL color Cylindrical-coordinate representation of color #77240B: hue angle of 13.89º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #77240B is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB1193611-
CMYK00.700.910.53
HSL13.89º83.08%25.49%-
HSV(B)13.89º90.76%46.67%-
XYZ8.35.210.88-
YUV57.97101.5171.53-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 71.69%
GREEN value IS 36 (14.45% from 255) = 21.69%
BLUE value IS 11 (4.69% from 255) = 6.63%
R=71.69%
G=21.69%
B=6.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119361100.700.910.5313.8983.0825.49
Hex7724B0465B35e5319
Octal16744130106133651612331
Binary111011110010010110100011010110111101011110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77240B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77240B; }

 p { color: rgb(119,36,11); }

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

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

 a { background-color: rgb(119,36,11); }

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

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

 span { border-color: rgb(119,36,11); }

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