#761C1B

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

Shades of Falu Red #761C1B

Tints of Falu Red #761C1B

Color information

#761C1B (or 0x761C1B) is unknown color: approx Falu Red. HEX triplet: 76, 1C and 1B. RGB value is (118,28,27). Sum of RGB (Red+Green+Blue) = 118+28+27=173 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.21% from 173); Green value is 28 (11.33% from 255 or 16.18% from 173); Blue value is 27 (10.94% from 255 or 15.61% from 173); Max value from RGB is 118 - color contains mainly: red. Hex color #761C1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761C1B is #89E3E4. Grayscale: #363636. Windows color (decimal): -9036773 or 1776758. OLE color: 1776758.

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

Color convert

RGB1182827-
CMYK00.760.770.54
HSL0.66º62.76%28.43%-
HSV(B)0.66º77.12%46.27%-
XYZ8.084.761.53-
YUV54.8112.32173.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 68.21%
GREEN value IS 28 (11.33% from 255) = 16.18%
BLUE value IS 27 (10.94% from 255) = 15.61%
R=68.21%
G=16.18%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118282700.760.770.540.6662.7628.43
Hex761C1B04C4D3613f1c
Octal166343301141156617734
Binary11101101110011011010011001001101110110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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