#74221B

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

Shades of Falu Red #74221B

Tints of Falu Red #74221B

Color information

#74221B (or 0x74221B) is unknown color: approx Falu Red. HEX triplet: 74, 22 and 1B. RGB value is (116,34,27). Sum of RGB (Red+Green+Blue) = 116+34+27=177 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.54% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 27 (10.94% from 255 or 15.25% from 177); Max value from RGB is 116 - color contains mainly: red. Hex color #74221B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74221B is #8BDDE4. Grayscale: #393939. Windows color (decimal): -9166309 or 1778292. OLE color: 1778292.

HSL color Cylindrical-coordinate representation of color #74221B: hue angle of 4.72º 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 #74221B is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB1163427-
CMYK00.710.770.55
HSL4.72º62.24%28.04%-
HSV(B)4.72º76.72%45.49%-
XYZ7.974.941.57-
YUV57.72110.67169.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 65.54%
GREEN value IS 34 (13.67% from 255) = 19.21%
BLUE value IS 27 (10.94% from 255) = 15.25%
R=65.54%
G=19.21%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116342700.710.770.554.7262.2428.04
Hex74221B0474D3753e1c
Octal164423301071156757634
Binary11101001000101101101000111100110111011110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74221B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74221B; }

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

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

<style>
 a { background-color: #74221B; }

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

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

<style>
 span { border-color: #74221B; }

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

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