#761E03

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

Shades of Falu Red #761E03

Tints of Falu Red #761E03

Color information

#761E03 (or 0x761E03) is unknown color: approx Falu Red. HEX triplet: 76, 1E and 03. RGB value is (118,30,3). Sum of RGB (Red+Green+Blue) = 118+30+3=151 (20% of max value = 765). Red value is 118 (46.48% from 255 or 78.15% from 151); Green value is 30 (12.11% from 255 or 19.87% from 151); Blue value is 3 (1.56% from 255 or 1.99% from 151); Max value from RGB is 118 - color contains mainly: red. Hex color #761E03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761E03 is #89E1FC. Grayscale: #353535. Windows color (decimal): -9036285 or 204406. OLE color: 204406.

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

Color convert

RGB118303-
CMYK00.750.970.54
HSL14.09º95.04%23.73%-
HSV(B)14.09º97.46%46.27%-
XYZ7.954.790.59-
YUV53.2399.65174.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 78.15%
GREEN value IS 30 (12.11% from 255) = 19.87%
BLUE value IS 3 (1.56% from 255) = 1.99%
R=78.15%
G=19.87%
B=1.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11830300.750.970.5414.0995.0423.73
Hex761E304B6136e5f18
Octal1663630113141661613730
Binary111011011110110100101111000011101101110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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