#73333B

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

Shades of Merlot #73333B

Tints of Merlot #73333B

Color information

#73333B (or 0x73333B) is unknown color: approx Merlot. HEX triplet: 73, 33 and 3B. RGB value is (115,51,59). Sum of RGB (Red+Green+Blue) = 115+51+59=225 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.11% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 115 - color contains mainly: red. Hex color #73333B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73333B is #8CCCC4. Grayscale: #474747. Windows color (decimal): -9227461 or 3879795. OLE color: 3879795.

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

Color convert

RGB1155159-
CMYK00.560.490.55
HSL352.5º38.55%32.55%-
HSV(B)352.5º55.65%45.1%-
XYZ9.046.334.88-
YUV71.05121.2159.35-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.11%
GREEN value IS 51 (20.31% from 255) = 22.67%
BLUE value IS 59 (23.44% from 255) = 26.22%
R=51.11%
G=22.67%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115515900.560.490.55352.538.5532.55
Hex73333B03831371602721
Octal163637307061675404741
Binary11100111100111110110111000110001110111101100000100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73333B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73333B; }

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

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

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

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

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

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

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

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