#761E01

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

Shades of Falu Red #761E01

Tints of Falu Red #761E01

Color information

#761E01 (or 0x761E01) is unknown color: approx Falu Red. HEX triplet: 76, 1E and 01. RGB value is (118,30,1). Sum of RGB (Red+Green+Blue) = 118+30+1=149 (19% of max value = 765). Red value is 118 (46.48% from 255 or 79.19% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 1 (0.78% from 255 or 0.67% from 149); Max value from RGB is 118 - color contains mainly: red. Hex color #761E01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761E01 is #89E1FE. Grayscale: #353535. Windows color (decimal): -9036287 or 73334. OLE color: 73334.

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

Color convert

RGB118301-
CMYK00.750.990.54
HSL14.87º98.32%23.33%-
HSV(B)14.87º99.15%46.27%-
XYZ7.944.780.53-
YUV53.0198.65174.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 79.19%
GREEN value IS 30 (12.11% from 255) = 20.13%
BLUE value IS 1 (0.78% from 255) = 0.67%
R=79.19%
G=20.13%
B=0.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11830100.750.990.5414.8798.3223.33
Hex761E104B6336f6217
Octal1663610113143661714227
Binary11101101111010100101111000111101101111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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