#723842

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

Shades of Merlot #723842

Tints of Merlot #723842

Color information

#723842 (or 0x723842) is unknown color: approx Merlot. HEX triplet: 72, 38 and 42. RGB value is (114,56,66). Sum of RGB (Red+Green+Blue) = 114+56+66=236 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.31% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 114 - color contains mainly: red. Hex color #723842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723842 is #8DC7BD. Grayscale: #4A4A4A. Windows color (decimal): -9291710 or 4339826. OLE color: 4339826.

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

Color convert

RGB1145666-
CMYK00.510.420.55
HSL349.66º34.12%33.33%-
HSV(B)349.66º50.88%44.71%-
XYZ9.346.85.97-
YUV74.48123.22156.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.31%
GREEN value IS 56 (22.27% from 255) = 23.73%
BLUE value IS 66 (26.17% from 255) = 27.97%
R=48.31%
G=23.73%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114566600.510.420.55349.6634.1233.33
Hex7238420332A3715e2221
Octal1627010206352675364241
Binary111001011100010000100110011101010110111101011110100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723842; }

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

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

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

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

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

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

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

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