#72373A

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

Shades of Merlot #72373A

Tints of Merlot #72373A

Color information

#72373A (or 0x72373A) is unknown color: approx Merlot. HEX triplet: 72, 37 and 3A. RGB value is (114,55,58). Sum of RGB (Red+Green+Blue) = 114+55+58=227 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50.22% from 227); Green value is 55 (21.88% from 255 or 24.23% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 114 - color contains mainly: red. Hex color #72373A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72373A is #8DC8C5. Grayscale: #494949. Windows color (decimal): -9291974 or 3815282. OLE color: 3815282.

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

Color convert

RGB1145558-
CMYK00.520.490.55
HSL356.95º34.91%33.14%-
HSV(B)356.95º51.75%44.71%-
XYZ9.076.624.8-
YUV72.98119.55157.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.22%
GREEN value IS 55 (21.88% from 255) = 24.23%
BLUE value IS 58 (23.05% from 255) = 25.55%
R=50.22%
G=24.23%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114555800.520.490.55356.9534.9133.14
Hex72373A03431371652321
Octal162677206461675454341
Binary11100101101111110100110100110001110111101100101100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72373A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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