#72211B

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

Shades of Falu Red #72211B

Tints of Falu Red #72211B

Color information

#72211B (or 0x72211B) is unknown color: approx Falu Red. HEX triplet: 72, 21 and 1B. RGB value is (114,33,27). Sum of RGB (Red+Green+Blue) = 114+33+27=174 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.52% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 27 (10.94% from 255 or 15.52% from 174); Max value from RGB is 114 - color contains mainly: red. Hex color #72211B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72211B is #8DDEE4. Grayscale: #383838. Windows color (decimal): -9297637 or 1778034. OLE color: 1778034.

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

Color convert

RGB1143327-
CMYK00.710.760.55
HSL4.14º61.7%27.65%-
HSV(B)4.14º76.32%44.71%-
XYZ7.684.741.55-
YUV56.54111.34168.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 65.52%
GREEN value IS 33 (13.28% from 255) = 18.97%
BLUE value IS 27 (10.94% from 255) = 15.52%
R=65.52%
G=18.97%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114332700.710.760.554.1461.727.65
Hex72211B0474C3743e1c
Octal162413301071146747634
Binary11100101000011101101000111100110011011110011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72211B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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