#72373F

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

Shades of Merlot #72373F

Tints of Merlot #72373F

Color information

#72373F (or 0x72373F) is unknown color: approx Merlot. HEX triplet: 72, 37 and 3F. RGB value is (114,55,63). Sum of RGB (Red+Green+Blue) = 114+55+63=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 63 (25% from 255 or 27.16% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #72373F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72373F is #8DC8C0. Grayscale: #494949. Windows color (decimal): -9291969 or 4142962. OLE color: 4142962.

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

Color convert

RGB1145563-
CMYK00.520.450.55
HSL351.86º34.91%33.14%-
HSV(B)351.86º51.75%44.71%-
XYZ9.26.675.5-
YUV73.55122.05156.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.14%
GREEN value IS 55 (21.88% from 255) = 23.71%
BLUE value IS 63 (25% from 255) = 27.16%
R=49.14%
G=23.71%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114556300.520.450.55351.8634.9133.14
Hex72373F0342D371602321
Octal162677706455675404341
Binary11100101101111111110110100101101110111101100000100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72373F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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