#73333F

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

Shades of Merlot #73333F

Tints of Merlot #73333F

Color information

#73333F (or 0x73333F) is unknown color: approx Merlot. HEX triplet: 73, 33 and 3F. RGB value is (115,51,63). Sum of RGB (Red+Green+Blue) = 115+51+63=229 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.22% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 115 - color contains mainly: red. Hex color #73333F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73333F is #8CCCC0. Grayscale: #474747. Windows color (decimal): -9227457 or 4141939. OLE color: 4141939.

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

Color convert

RGB1155163-
CMYK00.560.450.55
HSL348.75º38.55%32.55%-
HSV(B)348.75º55.65%45.1%-
XYZ9.156.375.45-
YUV71.5123.2159.02-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.22%
GREEN value IS 51 (20.31% from 255) = 22.27%
BLUE value IS 63 (25% from 255) = 27.51%
R=50.22%
G=22.27%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115516300.560.450.55348.7538.5532.55
Hex73333F0382D3715d2721
Octal163637707055675354741
Binary11100111100111111110111000101101110111101011101100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73333F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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