#72343C

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

Shades of Merlot #72343C

Tints of Merlot #72343C

Color information

#72343C (or 0x72343C) is unknown color: approx Merlot. HEX triplet: 72, 34 and 3C. RGB value is (114,52,60). Sum of RGB (Red+Green+Blue) = 114+52+60=226 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.44% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 114 - color contains mainly: red. Hex color #72343C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72343C is #8DCBC3. Grayscale: #474747. Windows color (decimal): -9292740 or 3945586. OLE color: 3945586.

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

Color convert

RGB1145260-
CMYK00.540.470.55
HSL352.26º37.35%32.55%-
HSV(B)352.26º54.39%44.71%-
XYZ8.986.365.03-
YUV71.45121.54158.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.44%
GREEN value IS 52 (20.70% from 255) = 23.01%
BLUE value IS 60 (23.83% from 255) = 26.55%
R=50.44%
G=23.01%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114526000.540.470.55352.2637.3532.55
Hex72343C0362F371602521
Octal162647406657675404541
Binary11100101101001111000110110101111110111101100000100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72343C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72343C; }

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

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

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

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

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

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

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

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