#761E1C

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

Shades of Falu Red #761E1C

Tints of Falu Red #761E1C

Color information

#761E1C (or 0x761E1C) is unknown color: approx Falu Red. HEX triplet: 76, 1E and 1C. RGB value is (118,30,28). Sum of RGB (Red+Green+Blue) = 118+30+28=176 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.05% from 176); Green value is 30 (12.11% from 255 or 17.05% from 176); Blue value is 28 (11.33% from 255 or 15.91% from 176); Max value from RGB is 118 - color contains mainly: red. Hex color #761E1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761E1C is #89E1E3. Grayscale: #383838. Windows color (decimal): -9036260 or 1842806. OLE color: 1842806.

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

Color convert

RGB1183028-
CMYK00.750.760.54
HSL1.33º61.64%28.63%-
HSV(B)1.33º76.27%46.27%-
XYZ8.154.861.61-
YUV56.08112.15172.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 67.05%
GREEN value IS 30 (12.11% from 255) = 17.05%
BLUE value IS 28 (11.33% from 255) = 15.91%
R=67.05%
G=17.05%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118302800.750.760.541.3361.6428.63
Hex761E1C04B4C3613e1d
Octal166363401131146617635
Binary11101101111011100010010111001100110110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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