#733334

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

Shades of Merlot #733334

Tints of Merlot #733334

Color information

#733334 (or 0x733334) is unknown color: approx Merlot. HEX triplet: 73, 33 and 34. RGB value is (115,51,52). Sum of RGB (Red+Green+Blue) = 115+51+52=218 (28% of max value = 765). Red value is 115 (45.31% from 255 or 52.75% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 115 - color contains mainly: red. Hex color #733334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733334 is #8CCCCB. Grayscale: #464646. Windows color (decimal): -9227468 or 3421043. OLE color: 3421043.

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

Color convert

RGB1155152-
CMYK00.560.550.55
HSL359.06º38.55%32.55%-
HSV(B)359.06º55.65%45.1%-
XYZ8.876.263.99-
YUV70.25117.7159.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 52.75%
GREEN value IS 51 (20.31% from 255) = 23.39%
BLUE value IS 52 (20.70% from 255) = 23.85%
R=52.75%
G=23.39%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115515200.560.550.55359.0638.5532.55
Hex73333403837371672721
Octal163636407067675474741
Binary11100111100111101000111000110111110111101100111100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733334; }

 p { color: rgb(115,51,52); }

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

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

 a { background-color: rgb(115,51,52); }

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

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

 span { border-color: rgb(115,51,52); }

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