#732D36

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

Shades of Merlot #732D36

Tints of Merlot #732D36

Color information

#732D36 (or 0x732D36) is unknown color: approx Merlot. HEX triplet: 73, 2D and 36. RGB value is (115,45,54). Sum of RGB (Red+Green+Blue) = 115+45+54=214 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.74% from 214); Green value is 45 (17.97% from 255 or 21.03% from 214); Blue value is 54 (21.48% from 255 or 25.23% from 214); Max value from RGB is 115 - color contains mainly: red. Hex color #732D36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732D36 is #8CD2C9. Grayscale: #424242. Windows color (decimal): -9229002 or 3550579. OLE color: 3550579.

HSL color Cylindrical-coordinate representation of color #732D36: hue angle of 352.29º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #732D36 is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB1154554-
CMYK00.610.530.55
HSL352.29º43.75%31.37%-
HSV(B)352.29º60.87%45.1%-
XYZ8.675.794.15-
YUV66.96120.69162.27-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.74%
GREEN value IS 45 (17.97% from 255) = 21.03%
BLUE value IS 54 (21.48% from 255) = 25.23%
R=53.74%
G=21.03%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115455400.610.530.55352.2943.7531.37
Hex732D3603D35371602c1f
Octal163556607565675405437
Binary1110011101101110110011110111010111011110110000010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732D36; }

 p { color: rgb(115,45,54); }

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

<style>
 a { background-color: #732D36; }

 a { background-color: rgb(115,45,54); }

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

<style>
 span { border-color: #732D36; }

 span { border-color: rgb(115,45,54); }

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