#72221D

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

Shades of Falu Red #72221D

Tints of Falu Red #72221D

Color information

#72221D (or 0x72221D) is unknown color: approx Falu Red. HEX triplet: 72, 22 and 1D. RGB value is (114,34,29). Sum of RGB (Red+Green+Blue) = 114+34+29=177 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.41% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 29 (11.72% from 255 or 16.38% from 177); Max value from RGB is 114 - color contains mainly: red. Hex color #72221D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72221D is #8DDDE2. Grayscale: #393939. Windows color (decimal): -9297379 or 1909362. OLE color: 1909362.

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

Color convert

RGB1143429-
CMYK00.700.750.55
HSL3.53º59.44%28.04%-
HSV(B)3.53º74.56%44.71%-
XYZ7.734.811.68-
YUV57.35112168.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 64.41%
GREEN value IS 34 (13.67% from 255) = 19.21%
BLUE value IS 29 (11.72% from 255) = 16.38%
R=64.41%
G=19.21%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114342900.700.750.553.5359.4428.04
Hex72221D0464B3743b1c
Octal162423501061136747334
Binary11100101000101110101000110100101111011110011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72221D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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