#722D39

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

Shades of Merlot #722D39

Tints of Merlot #722D39

Color information

#722D39 (or 0x722D39) is unknown color: approx Merlot. HEX triplet: 72, 2D and 39. RGB value is (114,45,57). Sum of RGB (Red+Green+Blue) = 114+45+57=216 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.78% from 216); Green value is 45 (17.97% from 255 or 20.83% from 216); Blue value is 57 (22.66% from 255 or 26.39% from 216); Max value from RGB is 114 - color contains mainly: red. Hex color #722D39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722D39 is #8DD2C6. Grayscale: #434343. Windows color (decimal): -9294535 or 3747186. OLE color: 3747186.

HSL color Cylindrical-coordinate representation of color #722D39: hue angle of 349.57º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #722D39 is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB1144557-
CMYK00.610.500.55
HSL349.57º43.4%31.18%-
HSV(B)349.57º60.53%44.71%-
XYZ8.625.754.53-
YUV67122.36161.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.78%
GREEN value IS 45 (17.97% from 255) = 20.83%
BLUE value IS 57 (22.66% from 255) = 26.39%
R=52.78%
G=20.83%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114455700.610.500.55349.5743.431.18
Hex722D3903D323715e2b1f
Octal162557107562675365337
Binary1110010101101111001011110111001011011110101111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722D39; }

 p { color: rgb(114,45,57); }

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

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

 a { background-color: rgb(114,45,57); }

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

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

 span { border-color: rgb(114,45,57); }

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