#73323A

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

Shades of Merlot #73323A

Tints of Merlot #73323A

Color information

#73323A (or 0x73323A) is unknown color: approx Merlot. HEX triplet: 73, 32 and 3A. RGB value is (115,50,58). Sum of RGB (Red+Green+Blue) = 115+50+58=223 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.57% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 115 - color contains mainly: red. Hex color #73323A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73323A is #8CCDC5. Grayscale: #464646. Windows color (decimal): -9227718 or 3814003. OLE color: 3814003.

HSL color Cylindrical-coordinate representation of color #73323A: hue angle of 352.62º 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 #73323A is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB1155058-
CMYK00.570.500.55
HSL352.62º39.39%32.35%-
HSV(B)352.62º56.52%45.1%-
XYZ8.976.234.73-
YUV70.35121.03159.85-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.57%
GREEN value IS 50 (19.92% from 255) = 22.42%
BLUE value IS 58 (23.05% from 255) = 26.01%
R=51.57%
G=22.42%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115505800.570.500.55352.6239.3932.35
Hex73323A03932371612720
Octal163627207162675414740
Binary11100111100101110100111001110010110111101100001100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73323A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73323A; }

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

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

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

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

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

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

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

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