#723541

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

Shades of Merlot #723541

Tints of Merlot #723541

Color information

#723541 (or 0x723541) is unknown color: approx Merlot. HEX triplet: 72, 35 and 41. RGB value is (114,53,65). Sum of RGB (Red+Green+Blue) = 114+53+65=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #723541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723541 is #8DCABE. Grayscale: #484848. Windows color (decimal): -9292479 or 4273522. OLE color: 4273522.

HSL color Cylindrical-coordinate representation of color #723541: hue angle of 348.2º 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 #723541 is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB1145365-
CMYK00.540.430.55
HSL348.2º36.53%32.75%-
HSV(B)348.2º53.51%44.71%-
XYZ9.176.515.77-
YUV72.61123.71157.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.14%
GREEN value IS 53 (21.09% from 255) = 22.84%
BLUE value IS 65 (25.78% from 255) = 28.02%
R=49.14%
G=22.84%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114536500.540.430.55348.236.5332.75
Hex7235410362B3715c2521
Octal1626510106653675344541
Binary111001011010110000010110110101011110111101011100100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723541; }

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

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

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

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

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

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

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

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