#741F1B

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

Shades of Falu Red #741F1B

Tints of Falu Red #741F1B

Color information

#741F1B (or 0x741F1B) is unknown color: approx Falu Red. HEX triplet: 74, 1F and 1B. RGB value is (116,31,27). Sum of RGB (Red+Green+Blue) = 116+31+27=174 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.67% from 174); Green value is 31 (12.5% from 255 or 17.82% from 174); Blue value is 27 (10.94% from 255 or 15.52% from 174); Max value from RGB is 116 - color contains mainly: red. Hex color #741F1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741F1B is #8BE0E4. Grayscale: #383838. Windows color (decimal): -9167077 or 1777524. OLE color: 1777524.

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

Color convert

RGB1163127-
CMYK00.730.770.55
HSL2.7º62.24%28.04%-
HSV(B)2.7º76.72%45.49%-
XYZ7.894.771.54-
YUV55.96111.66170.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 66.67%
GREEN value IS 31 (12.5% from 255) = 17.82%
BLUE value IS 27 (10.94% from 255) = 15.52%
R=66.67%
G=17.82%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116312700.730.770.552.762.2428.04
Hex741F1B0494D3733e1c
Octal164373301111156737634
Binary111010011111110110100100110011011101111111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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