#72211E

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

Shades of Falu Red #72211E

Tints of Falu Red #72211E

Color information

#72211E (or 0x72211E) is unknown color: approx Falu Red. HEX triplet: 72, 21 and 1E. RGB value is (114,33,30). Sum of RGB (Red+Green+Blue) = 114+33+30=177 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.41% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 30 (12.11% from 255 or 16.95% from 177); Max value from RGB is 114 - color contains mainly: red. Hex color #72211E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72211E is #8DDEE1. Grayscale: #383838. Windows color (decimal): -9297634 or 1974642. OLE color: 1974642.

HSL color Cylindrical-coordinate representation of color #72211E: hue angle of 2.14º 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 #72211E is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB1143330-
CMYK00.710.740.55
HSL2.14º58.33%28.24%-
HSV(B)2.14º73.68%44.71%-
XYZ7.724.761.74-
YUV56.88112.84168.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 64.41%
GREEN value IS 33 (13.28% from 255) = 18.64%
BLUE value IS 30 (12.11% from 255) = 16.95%
R=64.41%
G=18.64%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114333000.710.740.552.1458.3328.24
Hex72211E0474A3723a1c
Octal162413601071126727234
Binary1110010100001111100100011110010101101111011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72211E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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