#741E1D

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

Shades of Falu Red #741E1D

Tints of Falu Red #741E1D

Color information

#741E1D (or 0x741E1D) is unknown color: approx Falu Red. HEX triplet: 74, 1E and 1D. RGB value is (116,30,29). Sum of RGB (Red+Green+Blue) = 116+30+29=175 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.29% from 175); Green value is 30 (12.11% from 255 or 17.14% from 175); Blue value is 29 (11.72% from 255 or 16.57% from 175); Max value from RGB is 116 - color contains mainly: red. Hex color #741E1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741E1D is #8BE1E2. Grayscale: #373737. Windows color (decimal): -9167331 or 1908340. OLE color: 1908340.

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

Color convert

RGB1163029-
CMYK00.740.750.55
HSL0.69º60%28.43%-
HSV(B)0.69º75%45.49%-
XYZ7.894.731.66-
YUV55.6112.99171.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 66.29%
GREEN value IS 30 (12.11% from 255) = 17.14%
BLUE value IS 29 (11.72% from 255) = 16.57%
R=66.29%
G=17.14%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116302900.740.750.550.696028.43
Hex741E1D04A4B3713c1c
Octal164363501121136717434
Binary11101001111011101010010101001011110111111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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