#72211F

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

Shades of Falu Red #72211F

Tints of Falu Red #72211F

Color information

#72211F (or 0x72211F) is unknown color: approx Falu Red. HEX triplet: 72, 21 and 1F. RGB value is (114,33,31). Sum of RGB (Red+Green+Blue) = 114+33+31=178 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.04% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 31 (12.5% from 255 or 17.42% from 178); Max value from RGB is 114 - color contains mainly: red. Hex color #72211F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72211F is #8DDEE0. Grayscale: #393939. Windows color (decimal): -9297633 or 2040178. OLE color: 2040178.

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

Color convert

RGB1143331-
CMYK00.710.730.55
HSL1.45º57.24%28.43%-
HSV(B)1.45º72.81%44.71%-
XYZ7.734.761.81-
YUV56.99113.34168.66-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 64.04%
GREEN value IS 33 (13.28% from 255) = 18.54%
BLUE value IS 31 (12.5% from 255) = 17.42%
R=64.04%
G=18.54%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114333100.710.730.551.4557.2428.43
Hex72211F04749371391c
Octal162413701071116717134
Binary111001010000111111010001111001001110111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72211F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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