#74201B

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

Shades of Falu Red #74201B

Tints of Falu Red #74201B

Color information

#74201B (or 0x74201B) is unknown color: approx Falu Red. HEX triplet: 74, 20 and 1B. RGB value is (116,32,27). Sum of RGB (Red+Green+Blue) = 116+32+27=175 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.29% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 27 (10.94% from 255 or 15.43% from 175); Max value from RGB is 116 - color contains mainly: red. Hex color #74201B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74201B is #8BDFE4. Grayscale: #383838. Windows color (decimal): -9166821 or 1777780. OLE color: 1777780.

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

Color convert

RGB1163227-
CMYK00.720.770.55
HSL3.37º62.24%28.04%-
HSV(B)3.37º76.72%45.49%-
XYZ7.924.831.55-
YUV56.55111.33170.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 66.29%
GREEN value IS 32 (12.89% from 255) = 18.29%
BLUE value IS 27 (10.94% from 255) = 15.43%
R=66.29%
G=18.29%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116322700.720.770.553.3762.2428.04
Hex74201B0484D3733e1c
Octal164403301101156737634
Binary1110100100000110110100100010011011101111111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74201B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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