#723536

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

Shades of Merlot #723536

Tints of Merlot #723536

Color information

#723536 (or 0x723536) is unknown color: approx Merlot. HEX triplet: 72, 35 and 36. RGB value is (114,53,54). Sum of RGB (Red+Green+Blue) = 114+53+54=221 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.58% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 54 (21.48% from 255 or 24.43% from 221); Max value from RGB is 114 - color contains mainly: red. Hex color #723536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723536 is #8DCAC9. Grayscale: #474747. Windows color (decimal): -9292490 or 3552626. OLE color: 3552626.

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

Color convert

RGB1145354-
CMYK00.540.530.55
HSL359.02º36.53%32.75%-
HSV(B)359.02º53.51%44.71%-
XYZ8.886.394.26-
YUV71.35118.21158.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.58%
GREEN value IS 53 (21.09% from 255) = 23.98%
BLUE value IS 54 (21.48% from 255) = 24.43%
R=51.58%
G=23.98%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114535400.540.530.55359.0236.5332.75
Hex72353603635371672521
Octal162656606665675474541
Binary11100101101011101100110110110101110111101100111100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723536; }

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

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

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

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

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

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

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

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