#72373E

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

Shades of Merlot #72373E

Tints of Merlot #72373E

Color information

#72373E (or 0x72373E) is unknown color: approx Merlot. HEX triplet: 72, 37 and 3E. RGB value is (114,55,62). Sum of RGB (Red+Green+Blue) = 114+55+62=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 62 (24.61% from 255 or 26.84% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #72373E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72373E is #8DC8C1. Grayscale: #494949. Windows color (decimal): -9291970 or 4077426. OLE color: 4077426.

HSL color Cylindrical-coordinate representation of color #72373E: hue angle of 352.88º 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 #72373E is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB1145562-
CMYK00.520.460.55
HSL352.88º34.91%33.14%-
HSV(B)352.88º51.75%44.71%-
XYZ9.186.665.36-
YUV73.44121.55156.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.35%
GREEN value IS 55 (21.88% from 255) = 23.81%
BLUE value IS 62 (24.61% from 255) = 26.84%
R=49.35%
G=23.81%
B=26.84%

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
Decimal114556200.520.460.55352.8834.9133.14
Hex72373E0342E371612321
Octal162677606456675414341
Binary11100101101111111100110100101110110111101100001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72373E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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