#72323B

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

Shades of Merlot #72323B

Tints of Merlot #72323B

Color information

#72323B (or 0x72323B) is unknown color: approx Merlot. HEX triplet: 72, 32 and 3B. RGB value is (114,50,59). Sum of RGB (Red+Green+Blue) = 114+50+59=223 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.12% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 59 (23.44% from 255 or 26.46% from 223); Max value from RGB is 114 - color contains mainly: red. Hex color #72323B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72323B is #8DCDC4. Grayscale: #464646. Windows color (decimal): -9293253 or 3879538. OLE color: 3879538.

HSL color Cylindrical-coordinate representation of color #72323B: hue angle of 351.56º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #72323B is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB1145059-
CMYK00.560.480.55
HSL351.56º39.02%32.16%-
HSV(B)351.56º56.14%44.71%-
XYZ8.876.174.86-
YUV70.16121.7159.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.12%
GREEN value IS 50 (19.92% from 255) = 22.42%
BLUE value IS 59 (23.44% from 255) = 26.46%
R=51.12%
G=22.42%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114505900.560.480.55351.5639.0232.16
Hex72323B03830371602720
Octal162627307060675404740
Binary11100101100101110110111000110000110111101100000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72323B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,50,59); }

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

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

 a { background-color: rgb(114,50,59); }

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

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

 span { border-color: rgb(114,50,59); }

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