#741D0A

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

Shades of Falu Red #741D0A

Tints of Falu Red #741D0A

Color information

#741D0A (or 0x741D0A) is unknown color: approx Falu Red. HEX triplet: 74, 1D and 0A. RGB value is (116,29,10). Sum of RGB (Red+Green+Blue) = 116+29+10=155 (20% of max value = 765). Red value is 116 (45.70% from 255 or 74.84% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 10 (4.30% from 255 or 6.45% from 155); Max value from RGB is 116 - color contains mainly: red. Hex color #741D0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741D0A is #8BE2F5. Grayscale: #353535. Windows color (decimal): -9167606 or 662900. OLE color: 662900.

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

Color convert

RGB1162910-
CMYK00.750.910.55
HSL10.75º84.13%24.71%-
HSV(B)10.75º91.38%45.49%-
XYZ7.74.610.77-
YUV52.85103.82173.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 74.84%
GREEN value IS 29 (11.72% from 255) = 18.71%
BLUE value IS 10 (4.30% from 255) = 6.45%
R=74.84%
G=18.71%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116291000.750.910.5510.7584.1324.71
Hex741DA04B5B37b5419
Octal16435120113133671312431
Binary11101001110110100100101110110111101111011101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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