#72373D

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

Shades of Merlot #72373D

Tints of Merlot #72373D

Color information

#72373D (or 0x72373D) is unknown color: approx Merlot. HEX triplet: 72, 37 and 3D. RGB value is (114,55,61). Sum of RGB (Red+Green+Blue) = 114+55+61=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 55 (21.88% from 255 or 23.91% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 114 - color contains mainly: red. Hex color #72373D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72373D is #8DC8C2. Grayscale: #494949. Windows color (decimal): -9291971 or 4011890. OLE color: 4011890.

HSL color Cylindrical-coordinate representation of color #72373D: hue angle of 353.9º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72373D is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB1145561-
CMYK00.520.460.55
HSL353.9º34.91%33.14%-
HSV(B)353.9º51.75%44.71%-
XYZ9.156.655.22-
YUV73.32121.05157.01-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.57%
GREEN value IS 55 (21.88% from 255) = 23.91%
BLUE value IS 61 (24.22% from 255) = 26.52%
R=49.57%
G=23.91%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114556100.520.460.55353.934.9133.14
Hex72373D0342E371622321
Octal162677506456675424341
Binary11100101101111111010110100101110110111101100010100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72373D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72373D; }

 p { color: rgb(114,55,61); }

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

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

 a { background-color: rgb(114,55,61); }

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

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

 span { border-color: rgb(114,55,61); }

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