#74221A

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

Shades of Falu Red #74221A

Tints of Falu Red #74221A

Color information

#74221A (or 0x74221A) is unknown color: approx Falu Red. HEX triplet: 74, 22 and 1A. RGB value is (116,34,26). Sum of RGB (Red+Green+Blue) = 116+34+26=176 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.91% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 116 - color contains mainly: red. Hex color #74221A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74221A is #8BDDE5. Grayscale: #393939. Windows color (decimal): -9166310 or 1712756. OLE color: 1712756.

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

Color convert

RGB1163426-
CMYK00.710.780.55
HSL5.33º63.38%27.84%-
HSV(B)5.33º77.59%45.49%-
XYZ7.964.931.51-
YUV57.61110.17169.65-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 65.91%
GREEN value IS 34 (13.67% from 255) = 19.32%
BLUE value IS 26 (10.55% from 255) = 14.77%
R=65.91%
G=19.32%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116342600.710.780.555.3363.3827.84
Hex74221A0474E3753f1c
Octal164423201071166757734
Binary11101001000101101001000111100111011011110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74221A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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