#761B0A

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

Shades of Falu Red #761B0A

Tints of Falu Red #761B0A

Color information

#761B0A (or 0x761B0A) is unknown color: approx Falu Red. HEX triplet: 76, 1B and 0A. RGB value is (118,27,10). Sum of RGB (Red+Green+Blue) = 118+27+10=155 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.13% from 155); Green value is 27 (10.94% from 255 or 17.42% from 155); Blue value is 10 (4.30% from 255 or 6.45% from 155); Max value from RGB is 118 - color contains mainly: red. Hex color #761B0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761B0A is #89E4F5. Grayscale: #343434. Windows color (decimal): -9037046 or 662390. OLE color: 662390.

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

Color convert

RGB1182710-
CMYK00.770.920.54
HSL9.44º84.38%25.1%-
HSV(B)9.44º91.53%46.27%-
XYZ7.924.660.77-
YUV52.27104.15174.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 76.13%
GREEN value IS 27 (10.94% from 255) = 17.42%
BLUE value IS 10 (4.30% from 255) = 6.45%
R=76.13%
G=17.42%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118271000.770.920.549.4484.3825.1
Hex761BA04D5C3695419
Octal16633120115134661112431
Binary11101101101110100100110110111001101101001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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