#723442

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

Shades of Merlot #723442

Tints of Merlot #723442

Color information

#723442 (or 0x723442) is unknown color: approx Merlot. HEX triplet: 72, 34 and 42. RGB value is (114,52,66). Sum of RGB (Red+Green+Blue) = 114+52+66=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #723442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723442 is #8DCBBD. Grayscale: #484848. Windows color (decimal): -9292734 or 4338802. OLE color: 4338802.

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

Color convert

RGB1145266-
CMYK00.540.420.55
HSL346.45º37.35%32.55%-
HSV(B)346.45º54.39%44.71%-
XYZ9.156.435.91-
YUV72.13124.54157.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.14%
GREEN value IS 52 (20.70% from 255) = 22.41%
BLUE value IS 66 (26.17% from 255) = 28.45%
R=49.14%
G=22.41%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114526600.540.420.55346.4537.3532.55
Hex7234420362A3715a2521
Octal1626410206652675324541
Binary111001011010010000100110110101010110111101011010100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723442; }

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

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

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

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

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

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

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

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