#77231B

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

Shades of Falu Red #77231B

Tints of Falu Red #77231B

Color information

#77231B (or 0x77231B) is unknown color: approx Falu Red. HEX triplet: 77, 23 and 1B. RGB value is (119,35,27). Sum of RGB (Red+Green+Blue) = 119+35+27=181 (23% of max value = 765). Red value is 119 (46.88% from 255 or 65.75% from 181); Green value is 35 (14.06% from 255 or 19.34% from 181); Blue value is 27 (10.94% from 255 or 14.92% from 181); Max value from RGB is 119 - color contains mainly: red. Hex color #77231B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77231B is #88DCE4. Grayscale: #3B3B3B. Windows color (decimal): -8969445 or 1778551. OLE color: 1778551.

HSL color Cylindrical-coordinate representation of color #77231B: hue angle of 5.22º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #77231B is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB1193527-
CMYK00.710.770.53
HSL5.22º63.01%28.63%-
HSV(B)5.22º77.31%46.67%-
XYZ8.415.21.6-
YUV59.2109.83170.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 65.75%
GREEN value IS 35 (14.06% from 255) = 19.34%
BLUE value IS 27 (10.94% from 255) = 14.92%
R=65.75%
G=19.34%
B=14.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119352700.710.770.535.2263.0128.63
Hex77231B0474D3553f1d
Octal167433301071156557735
Binary11101111000111101101000111100110111010110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77231B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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