#741d17

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

Shades of Falu Red #741D17

Tints of Falu Red #741D17

Color information

#741D17 (or 0x741D17) is unknown color: approx Falu Red. HEX triplet: 74, 1D and 17. RGB value is (116,29,23). Sum of RGB (Red+Green+Blue) = 116+29+23=168 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.05% from 168); Green value is 29 (11.72% from 255 or 17.26% from 168); Blue value is 23 (9.38% from 255 or 13.69% from 168); Max value from RGB is 116 - color contains mainly: red. Hex color #741D17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741D17 is #8BE2E8. Grayscale: #363636. Windows color (decimal): -9167593 or 1514868. OLE color: 1514868.

HSL color Cylindrical-coordinate representation of color #741D17: hue angle of 3.87º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #741D17 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB1162923-
CMYK00.750.800.55
HSL3.87º66.91%27.25%-
HSV(B)3.87º80.17%45.49%-
XYZ7.84.651.3-
YUV54.33110.32171.99-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 69.05%
GREEN value IS 29 (11.72% from 255) = 17.26%
BLUE value IS 23 (9.38% from 255) = 13.69%
R=69.05%
G=17.26%
B=13.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.80
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116292300.750.800.553.8766.9127.25
Hex741D1704B50374431b
Octal1643527011312067410333
Binary11101001110110111010010111010000110111100100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741d17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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