#72373B

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

Shades of Merlot #72373B

Tints of Merlot #72373B

Color information

#72373B (or 0x72373B) is unknown color: approx Merlot. HEX triplet: 72, 37 and 3B. RGB value is (114,55,59). Sum of RGB (Red+Green+Blue) = 114+55+59=228 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50% from 228); Green value is 55 (21.88% from 255 or 24.12% from 228); Blue value is 59 (23.44% from 255 or 25.88% from 228); Max value from RGB is 114 - color contains mainly: red. Hex color #72373B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72373B is #8DC8C4. Grayscale: #494949. Windows color (decimal): -9291973 or 3880818. OLE color: 3880818.

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

Color convert

RGB1145559-
CMYK00.520.480.55
HSL355.93º34.91%33.14%-
HSV(B)355.93º51.75%44.71%-
XYZ9.16.634.94-
YUV73.1120.05157.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50%
GREEN value IS 55 (21.88% from 255) = 24.12%
BLUE value IS 59 (23.44% from 255) = 25.88%
R=50%
G=24.12%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114555900.520.480.55355.9334.9133.14
Hex72373B03430371642321
Octal162677306460675444341
Binary11100101101111110110110100110000110111101100100100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72373B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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