#761B0B

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

Shades of Falu Red #761B0B

Tints of Falu Red #761B0B

Color information

#761B0B (or 0x761B0B) is unknown color: approx Falu Red. HEX triplet: 76, 1B and 0B. RGB value is (118,27,11). Sum of RGB (Red+Green+Blue) = 118+27+11=156 (20% of max value = 765). Red value is 118 (46.48% from 255 or 75.64% from 156); Green value is 27 (10.94% from 255 or 17.31% from 156); Blue value is 11 (4.69% from 255 or 7.05% from 156); Max value from RGB is 118 - color contains mainly: red. Hex color #761B0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761B0B is #89E4F4. Grayscale: #343434. Windows color (decimal): -9037045 or 727926. OLE color: 727926.

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

Color convert

RGB1182711-
CMYK00.770.910.54
HSL8.97º82.95%25.29%-
HSV(B)8.97º90.68%46.27%-
XYZ7.924.660.8-
YUV52.38104.65174.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 75.64%
GREEN value IS 27 (10.94% from 255) = 17.31%
BLUE value IS 11 (4.69% from 255) = 7.05%
R=75.64%
G=17.31%
B=7.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118271100.770.910.548.9782.9525.29
Hex761BB04D5B3695319
Octal16633130115133661112331
Binary11101101101110110100110110110111101101001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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