#761F1E

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

Shades of Falu Red #761F1E

Tints of Falu Red #761F1E

Color information

#761F1E (or 0x761F1E) is unknown color: approx Falu Red. HEX triplet: 76, 1F and 1E. RGB value is (118,31,30). Sum of RGB (Red+Green+Blue) = 118+31+30=179 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.92% from 179); Green value is 31 (12.5% from 255 or 17.32% from 179); Blue value is 30 (12.11% from 255 or 16.76% from 179); Max value from RGB is 118 - color contains mainly: red. Hex color #761F1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761F1E is #89E0E1. Grayscale: #383838. Windows color (decimal): -9036002 or 1974134. OLE color: 1974134.

HSL color Cylindrical-coordinate representation of color #761F1E: hue angle of 0.68º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #761F1E is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB1183130-
CMYK00.740.750.54
HSL0.68º59.46%29.02%-
HSV(B)0.68º74.58%46.27%-
XYZ8.24.931.75-
YUV56.9112.82171.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 65.92%
GREEN value IS 31 (12.5% from 255) = 17.32%
BLUE value IS 30 (12.11% from 255) = 16.76%
R=65.92%
G=17.32%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118313000.740.750.540.6859.4629.02
Hex761F1E04A4B3613b1d
Octal166373601121136617335
Binary11101101111111110010010101001011110110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761F1E; }

 p { color: rgb(118,31,30); }

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

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

 a { background-color: rgb(118,31,30); }

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

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

 span { border-color: rgb(118,31,30); }

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