#72231B

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

Shades of Falu Red #72231B

Tints of Falu Red #72231B

Color information

#72231B (or 0x72231B) is unknown color: approx Falu Red. HEX triplet: 72, 23 and 1B. RGB value is (114,35,27). Sum of RGB (Red+Green+Blue) = 114+35+27=176 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.77% from 176); Green value is 35 (14.06% from 255 or 19.89% from 176); Blue value is 27 (10.94% from 255 or 15.34% from 176); Max value from RGB is 114 - color contains mainly: red. Hex color #72231B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72231B is #8DDCE4. Grayscale: #393939. Windows color (decimal): -9297125 or 1778546. OLE color: 1778546.

HSL color Cylindrical-coordinate representation of color #72231B: hue angle of 5.52º 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 #72231B is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB1143527-
CMYK00.690.760.55
HSL5.52º61.7%27.65%-
HSV(B)5.52º76.32%44.71%-
XYZ7.744.861.57-
YUV57.71110.67168.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 64.77%
GREEN value IS 35 (14.06% from 255) = 19.89%
BLUE value IS 27 (10.94% from 255) = 15.34%
R=64.77%
G=19.89%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114352700.690.760.555.5261.727.65
Hex72231B0454C3763e1c
Octal162433301051146767634
Binary11100101000111101101000101100110011011111011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72231B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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