#72201A

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

Shades of Falu Red #72201A

Tints of Falu Red #72201A

Color information

#72201A (or 0x72201A) is unknown color: approx Falu Red. HEX triplet: 72, 20 and 1A. RGB value is (114,32,26). Sum of RGB (Red+Green+Blue) = 114+32+26=172 (22% of max value = 765). Red value is 114 (44.92% from 255 or 66.28% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 26 (10.55% from 255 or 15.12% from 172); Max value from RGB is 114 - color contains mainly: red. Hex color #72201A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72201A is #8DDFE5. Grayscale: #373737. Windows color (decimal): -9297894 or 1712242. OLE color: 1712242.

HSL color Cylindrical-coordinate representation of color #72201A: hue angle of 4.09º 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 #72201A is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB1143226-
CMYK00.720.770.55
HSL4.09º62.86%27.45%-
HSV(B)4.09º77.19%44.71%-
XYZ7.644.691.48-
YUV55.83111.17169.49-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 66.28%
GREEN value IS 32 (12.89% from 255) = 18.60%
BLUE value IS 26 (10.55% from 255) = 15.12%
R=66.28%
G=18.60%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114322600.720.770.554.0962.8627.45
Hex72201A0484D3743f1b
Octal162403201101156747733
Binary11100101000001101001001000100110111011110011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72201A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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