#74221F

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

Shades of Falu Red #74221F

Tints of Falu Red #74221F

Color information

#74221F (or 0x74221F) is unknown color: approx Falu Red. HEX triplet: 74, 22 and 1F. RGB value is (116,34,31). Sum of RGB (Red+Green+Blue) = 116+34+31=181 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.09% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 31 (12.5% from 255 or 17.13% from 181); Max value from RGB is 116 - color contains mainly: red. Hex color #74221F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74221F is #8BDDE0. Grayscale: #3A3A3A. Windows color (decimal): -9166305 or 2040436. OLE color: 2040436.

HSL color Cylindrical-coordinate representation of color #74221F: hue angle of 2.12º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74221F is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB1163431-
CMYK00.710.730.55
HSL2.12º57.82%28.82%-
HSV(B)2.12º73.28%45.49%-
XYZ8.024.961.83-
YUV58.18112.67169.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 64.09%
GREEN value IS 34 (13.67% from 255) = 18.78%
BLUE value IS 31 (12.5% from 255) = 17.13%
R=64.09%
G=18.78%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116343100.710.730.552.1257.8228.82
Hex74221F047493723a1d
Octal164423701071116727235
Binary1110100100010111110100011110010011101111011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74221F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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