#72211A

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

Shades of Falu Red #72211A

Tints of Falu Red #72211A

Color information

#72211A (or 0x72211A) is unknown color: approx Falu Red. HEX triplet: 72, 21 and 1A. RGB value is (114,33,26). Sum of RGB (Red+Green+Blue) = 114+33+26=173 (22% of max value = 765). Red value is 114 (44.92% from 255 or 65.90% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 114 - color contains mainly: red. Hex color #72211A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72211A is #8DDEE5. Grayscale: #383838. Windows color (decimal): -9297638 or 1712498. OLE color: 1712498.

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

Color convert

RGB1143326-
CMYK00.710.770.55
HSL4.77º62.86%27.45%-
HSV(B)4.77º77.19%44.71%-
XYZ7.674.741.49-
YUV56.42110.84169.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 65.90%
GREEN value IS 33 (13.28% from 255) = 19.08%
BLUE value IS 26 (10.55% from 255) = 15.03%
R=65.90%
G=19.08%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114332600.710.770.554.7762.8627.45
Hex72211A0474D3753f1b
Octal162413201071156757733
Binary11100101000011101001000111100110111011110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72211A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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