#723334

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

Shades of Merlot #723334

Tints of Merlot #723334

Color information

#723334 (or 0x723334) is unknown color: approx Merlot. HEX triplet: 72, 33 and 34. RGB value is (114,51,52). Sum of RGB (Red+Green+Blue) = 114+51+52=217 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.53% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 52 (20.70% from 255 or 23.96% from 217); Max value from RGB is 114 - color contains mainly: red. Hex color #723334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723334 is #8DCCCB. Grayscale: #464646. Windows color (decimal): -9293004 or 3421042. OLE color: 3421042.

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

Color convert

RGB1145152-
CMYK00.550.540.55
HSL359.05º38.18%32.35%-
HSV(B)359.05º55.26%44.71%-
XYZ8.746.193.98-
YUV69.95117.87159.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.53%
GREEN value IS 51 (20.31% from 255) = 23.50%
BLUE value IS 52 (20.70% from 255) = 23.96%
R=52.53%
G=23.50%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114515200.550.540.55359.0538.1832.35
Hex72333403736371672620
Octal162636406766675474640
Binary11100101100111101000110111110110110111101100111100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723334; }

 p { color: rgb(114,51,52); }

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

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

 a { background-color: rgb(114,51,52); }

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

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

 span { border-color: rgb(114,51,52); }

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