#723241

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

Shades of Merlot #723241

Tints of Merlot #723241

Color information

#723241 (or 0x723241) is unknown color: approx Merlot. HEX triplet: 72, 32 and 41. RGB value is (114,50,65). Sum of RGB (Red+Green+Blue) = 114+50+65=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 65 (25.78% from 255 or 28.38% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #723241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723241 is #8DCDBE. Grayscale: #464646. Windows color (decimal): -9293247 or 4272754. OLE color: 4272754.

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

Color convert

RGB1145065-
CMYK00.560.430.55
HSL345.94º39.02%32.16%-
HSV(B)345.94º56.14%44.71%-
XYZ9.036.245.73-
YUV70.85124.7158.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.78%
GREEN value IS 50 (19.92% from 255) = 21.83%
BLUE value IS 65 (25.78% from 255) = 28.38%
R=49.78%
G=21.83%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114506500.560.430.55345.9439.0232.16
Hex7232410382B3715a2720
Octal1626210107053675324740
Binary111001011001010000010111000101011110111101011010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723241; }

 p { color: rgb(114,50,65); }

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

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

 a { background-color: rgb(114,50,65); }

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

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

 span { border-color: rgb(114,50,65); }

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