#72363D

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

Shades of Merlot #72363D

Tints of Merlot #72363D

Color information

#72363D (or 0x72363D) is unknown color: approx Merlot. HEX triplet: 72, 36 and 3D. RGB value is (114,54,61). Sum of RGB (Red+Green+Blue) = 114+54+61=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #72363D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72363D is #8DC9C2. Grayscale: #484848. Windows color (decimal): -9292227 or 4011634. OLE color: 4011634.

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

Color convert

RGB1145461-
CMYK00.530.460.55
HSL353º35.71%32.94%-
HSV(B)353º52.63%44.71%-
XYZ9.16.555.2-
YUV72.74121.38157.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.78%
GREEN value IS 54 (21.48% from 255) = 23.58%
BLUE value IS 61 (24.22% from 255) = 26.64%
R=49.78%
G=23.58%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114546100.530.460.5535335.7132.94
Hex72363D0352E371612421
Octal162667506556675414441
Binary11100101101101111010110101101110110111101100001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72363D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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