#77231F

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

Shades of Falu Red #77231F

Tints of Falu Red #77231F

Color information

#77231F (or 0x77231F) is unknown color: approx Falu Red. HEX triplet: 77, 23 and 1F. RGB value is (119,35,31). Sum of RGB (Red+Green+Blue) = 119+35+31=185 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.32% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 31 (12.5% from 255 or 16.76% from 185); Max value from RGB is 119 - color contains mainly: red. Hex color #77231F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77231F is #88DCE0. Grayscale: #3B3B3B. Windows color (decimal): -8969441 or 2040695. OLE color: 2040695.

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

Color convert

RGB1193531-
CMYK00.710.740.53
HSL2.73º58.67%29.41%-
HSV(B)2.73º73.95%46.67%-
XYZ8.465.221.86-
YUV59.66111.83170.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 64.32%
GREEN value IS 35 (14.06% from 255) = 18.92%
BLUE value IS 31 (12.5% from 255) = 16.76%
R=64.32%
G=18.92%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119353100.710.740.532.7358.6729.41
Hex77231F0474A3533b1d
Octal167433701071126537335
Binary1110111100011111110100011110010101101011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77231F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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