#72323A

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

Shades of Merlot #72323A

Tints of Merlot #72323A

Color information

#72323A (or 0x72323A) is unknown color: approx Merlot. HEX triplet: 72, 32 and 3A. RGB value is (114,50,58). Sum of RGB (Red+Green+Blue) = 114+50+58=222 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.35% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 114 - color contains mainly: red. Hex color #72323A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72323A is #8DCDC5. Grayscale: #464646. Windows color (decimal): -9293254 or 3814002. OLE color: 3814002.

HSL color Cylindrical-coordinate representation of color #72323A: hue angle of 352.5º 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 #72323A is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB1145058-
CMYK00.560.490.55
HSL352.5º39.02%32.16%-
HSV(B)352.5º56.14%44.71%-
XYZ8.846.164.73-
YUV70.05121.2159.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.35%
GREEN value IS 50 (19.92% from 255) = 22.52%
BLUE value IS 58 (23.05% from 255) = 26.13%
R=51.35%
G=22.52%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114505800.560.490.55352.539.0232.16
Hex72323A03831371602720
Octal162627207061675404740
Binary11100101100101110100111000110001110111101100000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72323A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72323A; }

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

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

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

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

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

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

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

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