#741E03

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

Shades of Falu Red #741E03

Tints of Falu Red #741E03

Color information

#741E03 (or 0x741E03) is unknown color: approx Falu Red. HEX triplet: 74, 1E and 03. RGB value is (116,30,3). Sum of RGB (Red+Green+Blue) = 116+30+3=149 (19% of max value = 765). Red value is 116 (45.70% from 255 or 77.85% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 3 (1.56% from 255 or 2.01% from 149); Max value from RGB is 116 - color contains mainly: red. Hex color #741E03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741E03 is #8BE1FC. Grayscale: #343434. Windows color (decimal): -9167357 or 204404. OLE color: 204404.

HSL color Cylindrical-coordinate representation of color #741E03: hue angle of 14.34º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #741E03 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB116303-
CMYK00.740.970.55
HSL14.34º94.96%23.33%-
HSV(B)14.34º97.41%45.49%-
XYZ7.684.650.58-
YUV52.6499.99173.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 77.85%
GREEN value IS 30 (12.11% from 255) = 20.13%
BLUE value IS 3 (1.56% from 255) = 2.01%
R=77.85%
G=20.13%
B=2.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11630300.740.970.5514.3494.9623.33
Hex741E304A6137e5f17
Octal1643630112141671613727
Binary111010011110110100101011000011101111110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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