#741F15

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

Shades of Falu Red #741F15

Tints of Falu Red #741F15

Color information

#741F15 (or 0x741F15) is unknown color: approx Falu Red. HEX triplet: 74, 1F and 15. RGB value is (116,31,21). Sum of RGB (Red+Green+Blue) = 116+31+21=168 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.05% from 168); Green value is 31 (12.5% from 255 or 18.45% from 168); Blue value is 21 (8.59% from 255 or 12.5% from 168); Max value from RGB is 116 - color contains mainly: red. Hex color #741F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741F15 is #8BE0EA. Grayscale: #373737. Windows color (decimal): -9167083 or 1384308. OLE color: 1384308.

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

Color convert

RGB1163121-
CMYK00.730.820.55
HSL6.32º69.34%26.86%-
HSV(B)6.32º81.9%45.49%-
XYZ7.834.751.21-
YUV55.28108.66171.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 69.05%
GREEN value IS 31 (12.5% from 255) = 18.45%
BLUE value IS 21 (8.59% from 255) = 12.5%
R=69.05%
G=18.45%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116312100.730.820.556.3269.3426.86
Hex741F1504952376451b
Octal1643725011112267610533
Binary11101001111110101010010011010010110111110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,31,21); }

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

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

 a { background-color: rgb(116,31,21); }

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

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

 span { border-color: rgb(116,31,21); }

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