#761A1A

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

Shades of Falu Red #761A1A

Tints of Falu Red #761A1A

Color information

#761A1A (or 0x761A1A) is unknown color: approx Falu Red. HEX triplet: 76, 1A and 1A. RGB value is (118,26,26). Sum of RGB (Red+Green+Blue) = 118+26+26=170 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.41% from 170); Green value is 26 (10.55% from 255 or 15.29% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 118 - color contains mainly: red. Hex color #761A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761A1A is #89E5E5. Grayscale: #353535. Windows color (decimal): -9037286 or 1710710. OLE color: 1710710.

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

Color convert

RGB1182626-
CMYK00.780.780.54
HSL63.89%28.24%-
HSV(B)77.97%46.27%-
XYZ8.034.661.45-
YUV53.51112.48174-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 69.41%
GREEN value IS 26 (10.55% from 255) = 15.29%
BLUE value IS 26 (10.55% from 255) = 15.29%
R=69.41%
G=15.29%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118262600.780.780.54063.8928.24
Hex761A1A04E4E360401c
Octal1663232011611666010034
Binary111011011010110100100111010011101101100100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,26,26); }

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

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

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

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

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

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

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