#761F1D

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

Shades of Falu Red #761F1D

Tints of Falu Red #761F1D

Color information

#761F1D (or 0x761F1D) is unknown color: approx Falu Red. HEX triplet: 76, 1F and 1D. RGB value is (118,31,29). Sum of RGB (Red+Green+Blue) = 118+31+29=178 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.29% from 178); Green value is 31 (12.5% from 255 or 17.42% from 178); Blue value is 29 (11.72% from 255 or 16.29% from 178); Max value from RGB is 118 - color contains mainly: red. Hex color #761F1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761F1D is #89E0E2. Grayscale: #383838. Windows color (decimal): -9036003 or 1908598. OLE color: 1908598.

HSL color Cylindrical-coordinate representation of color #761F1D: hue angle of 1.35º degrees, saturation: 0.61, 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 #761F1D is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB1183129-
CMYK00.740.750.54
HSL1.35º60.54%28.82%-
HSV(B)1.35º75.42%46.27%-
XYZ8.184.921.68-
YUV56.78112.32171.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 66.29%
GREEN value IS 31 (12.5% from 255) = 17.42%
BLUE value IS 29 (11.72% from 255) = 16.29%
R=66.29%
G=17.42%
B=16.29%

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
Decimal118312900.740.750.541.3560.5428.82
Hex761F1D04A4B3613d1d
Octal166373501121136617535
Binary11101101111111101010010101001011110110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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