#73323D

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

Shades of Merlot #73323D

Tints of Merlot #73323D

Color information

#73323D (or 0x73323D) is unknown color: approx Merlot. HEX triplet: 73, 32 and 3D. RGB value is (115,50,61). Sum of RGB (Red+Green+Blue) = 115+50+61=226 (29% of max value = 765). Red value is 115 (45.31% from 255 or 50.88% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 61 (24.22% from 255 or 26.99% from 226); Max value from RGB is 115 - color contains mainly: red. Hex color #73323D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73323D is #8CCDC2. Grayscale: #464646. Windows color (decimal): -9227715 or 4010611. OLE color: 4010611.

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

Color convert

RGB1155061-
CMYK00.570.470.55
HSL349.85º39.39%32.35%-
HSV(B)349.85º56.52%45.1%-
XYZ9.056.265.15-
YUV70.69122.53159.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.88%
GREEN value IS 50 (19.92% from 255) = 22.12%
BLUE value IS 61 (24.22% from 255) = 26.99%
R=50.88%
G=22.12%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115506100.570.470.55349.8539.3932.35
Hex73323D0392F3715e2720
Octal163627507157675364740
Binary11100111100101111010111001101111110111101011110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73323D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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