#771918

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

Shades of Falu Red #771918

Tints of Falu Red #771918

Color information

#771918 (or 0x771918) is unknown color: approx Falu Red. HEX triplet: 77, 19 and 18. RGB value is (119,25,24). Sum of RGB (Red+Green+Blue) = 119+25+24=168 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.83% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 24 (9.77% from 255 or 14.29% from 168); Max value from RGB is 119 - color contains mainly: red. Hex color #771918 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771918 is #88E6E7. Grayscale: #353535. Windows color (decimal): -8972008 or 1579383. OLE color: 1579383.

HSL color Cylindrical-coordinate representation of color #771918: hue angle of 0.63º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #771918 is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB1192524-
CMYK00.790.800.53
HSL0.63º66.43%28.04%-
HSV(B)0.63º79.83%46.67%-
XYZ8.124.681.34-
YUV52.99111.64175.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 70.83%
GREEN value IS 25 (10.16% from 255) = 14.88%
BLUE value IS 24 (9.77% from 255) = 14.29%
R=70.83%
G=14.88%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.80
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119252400.790.800.530.6366.4328.04
Hex77191804F50351421c
Octal1673130011712065110234
Binary111011111001110000100111110100001101011100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771918; }

 p { color: rgb(119,25,24); }

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

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

 a { background-color: rgb(119,25,24); }

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

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

 span { border-color: rgb(119,25,24); }

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