#741C0B

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

Shades of Falu Red #741C0B

Tints of Falu Red #741C0B

Color information

#741C0B (or 0x741C0B) is unknown color: approx Falu Red. HEX triplet: 74, 1C and 0B. RGB value is (116,28,11). Sum of RGB (Red+Green+Blue) = 116+28+11=155 (20% of max value = 765). Red value is 116 (45.70% from 255 or 74.84% from 155); Green value is 28 (11.33% from 255 or 18.06% from 155); Blue value is 11 (4.69% from 255 or 7.10% from 155); Max value from RGB is 116 - color contains mainly: red. Hex color #741C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741C0B is #8BE3F4. Grayscale: #343434. Windows color (decimal): -9167861 or 728180. OLE color: 728180.

HSL color Cylindrical-coordinate representation of color #741C0B: hue angle of 9.71º degrees, saturation: 0.83, 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 #741C0B is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB1162811-
CMYK00.760.910.55
HSL9.71º82.68%24.9%-
HSV(B)9.71º90.52%45.49%-
XYZ7.684.570.79-
YUV52.37104.65173.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 74.84%
GREEN value IS 28 (11.33% from 255) = 18.06%
BLUE value IS 11 (4.69% from 255) = 7.10%
R=74.84%
G=18.06%
B=7.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116281100.760.910.559.7182.6824.9
Hex741CB04C5B37a5319
Octal16434130114133671212331
Binary11101001110010110100110010110111101111010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,28,11); }

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

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

 a { background-color: rgb(116,28,11); }

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

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

 span { border-color: rgb(116,28,11); }

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