#722C39

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

Shades of Merlot #722C39

Tints of Merlot #722C39

Color information

#722C39 (or 0x722C39) is unknown color: approx Merlot. HEX triplet: 72, 2C and 39. RGB value is (114,44,57). Sum of RGB (Red+Green+Blue) = 114+44+57=215 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.02% from 215); Green value is 44 (17.58% from 255 or 20.47% from 215); Blue value is 57 (22.66% from 255 or 26.51% from 215); Max value from RGB is 114 - color contains mainly: red. Hex color #722C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722C39 is #8DD3C6. Grayscale: #424242. Windows color (decimal): -9294791 or 3746930. OLE color: 3746930.

HSL color Cylindrical-coordinate representation of color #722C39: hue angle of 348.86º degrees, saturation: 0.44, 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 #722C39 is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB1144457-
CMYK00.610.500.55
HSL348.86º44.3%30.98%-
HSV(B)348.86º61.4%44.71%-
XYZ8.585.674.51-
YUV66.41122.69161.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.02%
GREEN value IS 44 (17.58% from 255) = 20.47%
BLUE value IS 57 (22.66% from 255) = 26.51%
R=53.02%
G=20.47%
B=26.51%

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
Decimal114445700.610.500.55348.8644.330.98
Hex722C3903D323715d2c1f
Octal162547107562675355437
Binary1110010101100111001011110111001011011110101110110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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