#733236

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

Shades of Merlot #733236

Tints of Merlot #733236

Color information

#733236 (or 0x733236) is unknown color: approx Merlot. HEX triplet: 73, 32 and 36. RGB value is (115,50,54). Sum of RGB (Red+Green+Blue) = 115+50+54=219 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.51% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 54 (21.48% from 255 or 24.66% from 219); Max value from RGB is 115 - color contains mainly: red. Hex color #733236 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733236 is #8CCDC9. Grayscale: #454545. Windows color (decimal): -9227722 or 3551859. OLE color: 3551859.

HSL color Cylindrical-coordinate representation of color #733236: hue angle of 356.31º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #733236 is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB1155054-
CMYK00.570.530.55
HSL356.31º39.39%32.35%-
HSV(B)356.31º56.52%45.1%-
XYZ8.886.194.22-
YUV69.89119.03160.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 52.51%
GREEN value IS 50 (19.92% from 255) = 22.83%
BLUE value IS 54 (21.48% from 255) = 24.66%
R=52.51%
G=22.83%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115505400.570.530.55356.3139.3932.35
Hex73323603935371642720
Octal163626607165675444740
Binary11100111100101101100111001110101110111101100100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733236; }

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

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

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

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

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

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

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

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