#741F0F

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

Shades of Falu Red #741F0F

Tints of Falu Red #741F0F

Color information

#741F0F (or 0x741F0F) is unknown color: approx Falu Red. HEX triplet: 74, 1F and 0F. RGB value is (116,31,15). Sum of RGB (Red+Green+Blue) = 116+31+15=162 (21% of max value = 765). Red value is 116 (45.70% from 255 or 71.60% from 162); Green value is 31 (12.5% from 255 or 19.14% from 162); Blue value is 15 (6.25% from 255 or 9.26% from 162); Max value from RGB is 116 - color contains mainly: red. Hex color #741F0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741F0F is #8BE0F0. Grayscale: #363636. Windows color (decimal): -9167089 or 991092. OLE color: 991092.

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

Color convert

RGB1163115-
CMYK00.730.870.55
HSL9.5º77.1%25.69%-
HSV(B)9.5º87.07%45.49%-
XYZ7.784.730.95-
YUV54.59105.66171.8-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 71.60%
GREEN value IS 31 (12.5% from 255) = 19.14%
BLUE value IS 15 (6.25% from 255) = 9.26%
R=71.60%
G=19.14%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116311500.730.870.559.577.125.69
Hex741FF0495737a4d1a
Octal16437170111127671211532
Binary11101001111111110100100110101111101111010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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