#72221E

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

Shades of Falu Red #72221E

Tints of Falu Red #72221E

Color information

#72221E (or 0x72221E) is unknown color: approx Falu Red. HEX triplet: 72, 22 and 1E. RGB value is (114,34,30). Sum of RGB (Red+Green+Blue) = 114+34+30=178 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.04% from 178); Green value is 34 (13.67% from 255 or 19.10% from 178); Blue value is 30 (12.11% from 255 or 16.85% from 178); Max value from RGB is 114 - color contains mainly: red. Hex color #72221E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72221E is #8DDDE1. Grayscale: #393939. Windows color (decimal): -9297378 or 1974898. OLE color: 1974898.

HSL color Cylindrical-coordinate representation of color #72221E: hue angle of 2.86º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #72221E is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB1143430-
CMYK00.700.740.55
HSL2.86º58.33%28.24%-
HSV(B)2.86º73.68%44.71%-
XYZ7.754.821.75-
YUV57.46112.5168.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 64.04%
GREEN value IS 34 (13.67% from 255) = 19.10%
BLUE value IS 30 (12.11% from 255) = 16.85%
R=64.04%
G=19.10%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114343000.700.740.552.8658.3328.24
Hex72221E0464A3733a1c
Octal162423601061126737234
Binary1110010100010111100100011010010101101111111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72221E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72221E; }

 p { color: rgb(114,34,30); }

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

<style>
 a { background-color: #72221E; }

 a { background-color: rgb(114,34,30); }

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

<style>
 span { border-color: #72221E; }

 span { border-color: rgb(114,34,30); }

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