#723436

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

Shades of Merlot #723436

Tints of Merlot #723436

Color information

#723436 (or 0x723436) is unknown color: approx Merlot. HEX triplet: 72, 34 and 36. RGB value is (114,52,54). Sum of RGB (Red+Green+Blue) = 114+52+54=220 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.82% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 54 (21.48% from 255 or 24.55% from 220); Max value from RGB is 114 - color contains mainly: red. Hex color #723436 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723436 is #8DCBC9. Grayscale: #464646. Windows color (decimal): -9292746 or 3552370. OLE color: 3552370.

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

Color convert

RGB1145254-
CMYK00.540.530.55
HSL358.06º37.35%32.55%-
HSV(B)358.06º54.39%44.71%-
XYZ8.836.34.24-
YUV70.77118.54158.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.82%
GREEN value IS 52 (20.70% from 255) = 23.64%
BLUE value IS 54 (21.48% from 255) = 24.55%
R=51.82%
G=23.64%
B=24.55%

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
Decimal114525400.540.530.55358.0637.3532.55
Hex72343603635371662521
Octal162646606665675464541
Binary11100101101001101100110110110101110111101100110100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723436; }

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

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

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

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

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

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

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

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