#761A03

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

Shades of Falu Red #761A03

Tints of Falu Red #761A03

Color information

#761A03 (or 0x761A03) is unknown color: approx Falu Red. HEX triplet: 76, 1A and 03. RGB value is (118,26,3). Sum of RGB (Red+Green+Blue) = 118+26+3=147 (19% of max value = 765). Red value is 118 (46.48% from 255 or 80.27% from 147); Green value is 26 (10.55% from 255 or 17.69% from 147); Blue value is 3 (1.56% from 255 or 2.04% from 147); Max value from RGB is 118 - color contains mainly: red. Hex color #761A03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761A03 is #89E5FC. Grayscale: #333333. Windows color (decimal): -9037309 or 203382. OLE color: 203382.

HSL color Cylindrical-coordinate representation of color #761A03: hue angle of 12º 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 #761A03 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB118263-
CMYK00.780.970.54
HSL12º95.04%23.73%-
HSV(B)12º97.46%46.27%-
XYZ7.864.60.56-
YUV50.89100.98175.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 80.27%
GREEN value IS 26 (10.55% from 255) = 17.69%
BLUE value IS 3 (1.56% from 255) = 2.04%
R=80.27%
G=17.69%
B=2.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11826300.780.970.541295.0423.73
Hex761A304E6136c5f18
Octal1663230116141661413730
Binary111011011010110100111011000011101101100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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